#include <jpeg.h>
Public Member Functions | |
| JPEG (const Id &n, char *fefile, char *scfile, char *befile) | |
| const char * | type () const |
Private Attributes | |
| Fifo< unsigned char > | byteStream |
| Fifo< VYApixel > | Y |
| Fifo< VYApixel > | U |
| Fifo< VYApixel > | V |
| Fifo< VYAimageWidth > | YimgWidth |
| Fifo< VYAimageHeight > | YimgHeight |
| Fifo< VYAimageWidth > | UVimgWidth |
| Fifo< VYAimageHeight > | UVimgHeight |
| Fifo< VYAimageType > | YUVimgType |
| Fifo< scaling_args_t > | scalingArgs |
| Fifo< VYAimageWidth > | YimgWidthOut |
| Fifo< VYAimageHeight > | YimgHeightOut |
| Fifo< VYAimageWidth > | UVimgWidthOut |
| Fifo< VYAimageHeight > | UVimgHeightOut |
| Fifo< VYApixel > | Yscaled |
| Fifo< VYApixel > | Uscaled |
| Fifo< VYApixel > | Vscaled |
| Fifo< VYApixel > | R |
| Fifo< VYApixel > | G |
| Fifo< VYApixel > | B |
| Fifo< byteStream_args_t > | argumentsIn |
| Fifo< VYAfileName > | fileNameIn |
| Fifo< int > | nrBytesIn |
| Fifo< pfspd_args_t > | argumentsOut |
| Fifo< VYAfileName > | fileNameOut |
| Fifo< pT_header > | seqInfoOut |
| byteStreamFE | frontEnd |
| JPEGDecode | jpegDecode |
| VHS3C | scale |
| Matrix | matrix |
| pfspdBE | backEnd |
| byteStreamEnv | frontEndEnv |
| byteStreamUsr | frontEndUsr |
| pfspdEnv | backEndEnv |
| pfspdUsr | backEndUsr |
| ScalingEnv | scalingEnv |
| ScalingUsr | scalingUsr |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2