FFmpeg
|
Data Fields | |
AVCodecContext * | jpeg_avctx |
AVFrame * | jpgframe |
GetByteContext | gb |
int | color_model |
const uint8_t * | data |
unsigned | data_size |
uint64_t | tile_size [4] |
AVCodecContext* CRIContext::jpeg_avctx |
Definition at line 39 of file cri.c.
Referenced by cri_decode_close(), cri_decode_frame(), and cri_decode_init().
AVFrame* CRIContext::jpgframe |
Definition at line 40 of file cri.c.
Referenced by cri_decode_close(), cri_decode_frame(), and cri_decode_init().
GetByteContext CRIContext::gb |
Definition at line 42 of file cri.c.
Referenced by cri_decode_frame().
int CRIContext::color_model |
Definition at line 43 of file cri.c.
Referenced by cri_decode_frame().
const uint8_t* CRIContext::data |
Definition at line 44 of file cri.c.
Referenced by cri_decode_frame().
unsigned CRIContext::data_size |
Definition at line 45 of file cri.c.
Referenced by cri_decode_frame().
uint64_t CRIContext::tile_size[4] |
Definition at line 46 of file cri.c.
Referenced by cri_decode_frame().