#include <raster.h>
Public Member Functions | |
| Raster (const Id &n, In< VYApixel > &Cin, In< VYAimageDepth > &imageDepthIn, In< VYAimageComponent > &imageComponentIdIn, In< VYAimageWidth > &imageWidthIn, In< VYAimageHeight > &imageHeightIn, In< VYAimageH > &imageHIn, In< VYAimageV > &imageVIn, In< VYAimageDepth > &scanDepthIn, In< VYAimageComponent > &scanComponentIdIn, Out< VYApixel > &Yout, Out< VYApixel > &Uout, Out< VYApixel > &Vout, Out< VYAimageWidth > &YimageWidthOut, Out< VYAimageHeight > &YimageHeightOut, Out< VYAimageWidth > &UVimageWidthOut, Out< VYAimageHeight > &UVimageHeightOut, Out< VYAimageType > &YUVimgTypeOut) | |
| const char * | type () const |
| void | main () |
Private Attributes | |
| InPort< VYApixel > | CinP |
| InPort< VYAimageDepth > | imageDepthInP |
| InPort< VYAimageComponent > | imageComponentIdInP |
| InPort< VYAimageWidth > | imageWidthInP |
| InPort< VYAimageHeight > | imageHeightInP |
| InPort< VYAimageH > | imageHInP |
| InPort< VYAimageV > | imageVInP |
| InPort< VYAimageDepth > | scanDepthInP |
| InPort< VYAimageComponent > | scanComponentIdInP |
| OutPort< VYApixel > | YoutP |
| OutPort< VYApixel > | UoutP |
| OutPort< VYApixel > | VoutP |
| OutPort< VYAimageWidth > | YimageWidthOutP |
| OutPort< VYAimageHeight > | YimageHeightOutP |
| OutPort< VYAimageWidth > | UVimageWidthOutP |
| OutPort< VYAimageHeight > | UVimageHeightOutP |
| OutPort< VYAimageType > | YUVimgTypeOutP |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
Definition at line 55 of file raster.cc. References ceil_div, CinP, imageComponentIdInP, imageDepthInP, imageHeightInP, imageHInP, imageVInP, imageWidthInP, scanComponentIdInP, scanDepthInP, UoutP, UVimageHeightOutP, UVimageWidthOutP, VoutP, VYAimageComponent, VYAimageDepth, VYAimageH, VYAimageV, VYAimageX, VYAimageY, YimageHeightOutP, YimageWidthOutP, YoutP, and YUVimgTypeOutP. |
|
|
|
|
|
Definition at line 51 of file raster.h. Referenced by main(). |
|
|
Definition at line 53 of file raster.h. Referenced by main(). |
|
|
Definition at line 52 of file raster.h. Referenced by main(). |
|
|
Definition at line 55 of file raster.h. Referenced by main(). |
|
|
Definition at line 56 of file raster.h. Referenced by main(). |
|
|
Definition at line 57 of file raster.h. Referenced by main(). |
|
|
Definition at line 54 of file raster.h. Referenced by main(). |
|
|
Definition at line 59 of file raster.h. Referenced by main(). |
|
|
Definition at line 58 of file raster.h. Referenced by main(). |
|
|
Definition at line 63 of file raster.h. Referenced by main(). |
|
|
Definition at line 68 of file raster.h. Referenced by main(). |
|
|
Definition at line 67 of file raster.h. Referenced by main(). |
|
|
Definition at line 64 of file raster.h. Referenced by main(). |
|
|
Definition at line 66 of file raster.h. Referenced by main(). |
|
|
Definition at line 65 of file raster.h. Referenced by main(). |
|
|
Definition at line 62 of file raster.h. Referenced by main(). |
|
|
Definition at line 69 of file raster.h. Referenced by main(). |
1.3.2