FFmpeg
|
Data Fields | |
DSPContext | dsp |
AVCodecContext * | avctx |
uint8_t * | swapped_buf |
int | swapped_buf_size |
DSPContext CLLCContext::dsp |
Definition at line 30 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().
AVCodecContext* CLLCContext::avctx |
Definition at line 31 of file cllc.c.
Referenced by cllc_decode_init(), decode_argb_frame(), decode_rgb24_frame(), decode_yuv_frame(), read_argb_line(), read_code_table(), read_rgb24_component_line(), and read_yuv_component_line().
uint8_t* CLLCContext::swapped_buf |
Definition at line 33 of file cllc.c.
Referenced by cllc_decode_close(), cllc_decode_frame(), and cllc_decode_init().
int CLLCContext::swapped_buf_size |
Definition at line 34 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().