#include <jpegdec.h>
Public Member Functions | |
| JPEGDecode (const Id &n, In< unsigned char > &byteStreamF, Out< VYApixel > &YoutF, Out< VYApixel > &UoutF, Out< VYApixel > &VoutF, Out< VYAimageWidth > &YimgWidthOutF, Out< VYAimageHeight > &YimgHeightOutF, Out< VYAimageWidth > &UVimgWidthOutF, Out< VYAimageHeight > &UVimgHeightOutF, Out< VYAimageType > &YUVimgTypeOutF) | |
| const char * | type () const |
Private Attributes | |
| InPort< unsigned char > | byteStreamP |
| OutPort< VYApixel > | YoutP |
| OutPort< VYApixel > | UoutP |
| OutPort< VYApixel > | VoutP |
| OutPort< VYAimageWidth > | YimgWidthOutP |
| OutPort< VYAimageHeight > | YimgHeightOutP |
| OutPort< VYAimageWidth > | UVimgWidthOutP |
| OutPort< VYAimageHeight > | UVimgHeightOutP |
| OutPort< VYAimageType > | YUVimgTypeOutP |
| Fifo< Bits > | DQTsegment |
| Fifo< Bits > | DHTsegment |
| Fifo< Bits > | MCUsegment |
| Fifo< Bits > | RestartInterval |
| Fifo< VYAid > | quantizationTableId |
| Fifo< VYAid > | huffmanTableId |
| Fifo< Marker > | DHTmarker |
| Fifo< Marker > | DQTmarker |
| Fifo< VYAimageDepth > | imageDepth |
| Fifo< VYAimageComponent > | imageComponentId |
| Fifo< VYAimageX > | imageX |
| Fifo< VYAimageY > | imageY |
| Fifo< VYAimageH > | imageH |
| Fifo< VYAimageV > | imageV |
| Fifo< VYAimageDepth > | scanDepth |
| Fifo< VYAimageComponent > | scanComponentId |
| Fifo< VYApixel > | pixels |
| JFIF | jfif |
| Decode | decode |
| Raster | raster |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 13 of file jpegdec.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2