#include <videomux.h>
Public Member Functions | |
VideoMux (const Id &n, In< VYApixel > &CinF0, In< VYAimageWidth > &imgWidthInF0, In< VYAimageHeight > &imgHeightInF0, In< imagePosition > &imgPosInF0, In< VYApixel > &CinF1, In< VYAimageWidth > &imgWidthInF1, In< VYAimageHeight > &imgHeightInF1, In< imagePosition > &imgPosInF1, Out< VYApixel > &CoutF, Out< VYAimageWidth > &imgWidthOutF, Out< VYAimageHeight > &imgHeightOutF) | |
const char * | type () const |
void | main () |
Private Attributes | |
InPort< VYApixel > | CinP0 |
InPort< VYAimageWidth > | imgWidthInP0 |
InPort< VYAimageHeight > | imgHeightInP0 |
InPort< imagePosition > | imgPosInP0 |
InPort< VYApixel > | CinP1 |
InPort< VYAimageWidth > | imgWidthInP1 |
InPort< VYAimageHeight > | imgHeightInP1 |
InPort< imagePosition > | imgPosInP1 |
OutPort< VYApixel > | CoutP |
OutPort< VYAimageWidth > | imgWidthOutP |
OutPort< VYAimageHeight > | imgHeightOutP |
|
Definition at line 6 of file videomux.cc. |
|
Definition at line 46 of file videomux.cc. References CinP0, CinP1, CoutP, imagePosition::enabled, imgHeightInP0, imgHeightInP1, imgHeightOutP, imgPosInP0, imgPosInP1, imgWidthInP0, imgWidthInP1, imgWidthOutP, imagePosition::x, imagePosition::y, and imagePosition::z. |
|
Definition at line 41 of file videomux.cc. |
|
Definition at line 37 of file videomux.h. Referenced by main(). |
|
Definition at line 42 of file videomux.h. Referenced by main(). |
|
Definition at line 47 of file videomux.h. Referenced by main(). |
|
Definition at line 39 of file videomux.h. Referenced by main(). |
|
Definition at line 44 of file videomux.h. Referenced by main(). |
|
Definition at line 49 of file videomux.h. Referenced by main(). |
|
Definition at line 40 of file videomux.h. Referenced by main(). |
|
Definition at line 45 of file videomux.h. Referenced by main(). |
|
Definition at line 38 of file videomux.h. Referenced by main(). |
|
Definition at line 43 of file videomux.h. Referenced by main(). |
|
Definition at line 48 of file videomux.h. Referenced by main(). |