FFmpeg
|
Data Fields | |
MJpegDecodeContext | jpg |
AVFrame * | picture [2] |
int | picture_index |
int | got_sof_data |
int | got_mxm_bitmask |
uint8_t * | mxm_bitmask |
unsigned | bitmask_size |
int | has_complete_frame |
uint8_t * | completion_bitmask |
unsigned | mb_width |
unsigned | mb_height |
Definition at line 32 of file mxpegdec.c.
MJpegDecodeContext MXpegDecodeContext::jpg |
Definition at line 33 of file mxpegdec.c.
Referenced by mxpeg_decode_app(), mxpeg_decode_com(), mxpeg_decode_end(), mxpeg_decode_frame(), mxpeg_decode_init(), and mxpeg_decode_mxm().
AVFrame* MXpegDecodeContext::picture[2] |
Definition at line 34 of file mxpegdec.c.
Referenced by mxpeg_decode_end(), mxpeg_decode_frame(), and mxpeg_decode_init().
int MXpegDecodeContext::picture_index |
Definition at line 35 of file mxpegdec.c.
Referenced by mxpeg_decode_frame().
int MXpegDecodeContext::got_sof_data |
Definition at line 36 of file mxpegdec.c.
Referenced by mxpeg_decode_frame().
int MXpegDecodeContext::got_mxm_bitmask |
Definition at line 37 of file mxpegdec.c.
Referenced by mxpeg_decode_frame(), and mxpeg_decode_mxm().
uint8_t* MXpegDecodeContext::mxm_bitmask |
Definition at line 38 of file mxpegdec.c.
Referenced by mxpeg_decode_end(), mxpeg_decode_frame(), and mxpeg_decode_mxm().
unsigned MXpegDecodeContext::bitmask_size |
Definition at line 39 of file mxpegdec.c.
Referenced by mxpeg_decode_end(), mxpeg_decode_frame(), and mxpeg_decode_mxm().
int MXpegDecodeContext::has_complete_frame |
Definition at line 40 of file mxpegdec.c.
Referenced by mxpeg_decode_frame(), and mxpeg_decode_mxm().
uint8_t* MXpegDecodeContext::completion_bitmask |
Definition at line 41 of file mxpegdec.c.
Referenced by mxpeg_decode_end(), and mxpeg_decode_mxm().
unsigned MXpegDecodeContext::mb_width |
Definition at line 42 of file mxpegdec.c.
Referenced by mxpeg_check_dimensions(), and mxpeg_decode_mxm().
unsigned MXpegDecodeContext::mb_height |
Definition at line 42 of file mxpegdec.c.
Referenced by mxpeg_check_dimensions(), and mxpeg_decode_mxm().