FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MXpegDecodeContext Struct Reference

Data Fields

MJpegDecodeContext jpg
 
AVFramepicture [2]
 
int picture_index
 
int got_sof_data
 
int got_mxm_bitmask
 
uint8_tmxm_bitmask
 
unsigned bitmask_size
 
int has_complete_frame
 
uint8_tcompletion_bitmask
 
unsigned mb_width
 
unsigned mb_height
 

Detailed Description

Definition at line 32 of file mxpegdec.c.

Field Documentation

MJpegDecodeContext MXpegDecodeContext::jpg
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_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().


The documentation for this struct was generated from the following file: