FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
BswapDSPContext | bdsp |
uint8_t * | swapped_buf |
int | swapped_buf_size |
AVCodecContext* CLLCContext::avctx |
Definition at line 37 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().
BswapDSPContext CLLCContext::bdsp |
Definition at line 38 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().
uint8_t* CLLCContext::swapped_buf |
Definition at line 40 of file cllc.c.
Referenced by cllc_decode_close(), cllc_decode_frame(), and cllc_decode_init().
int CLLCContext::swapped_buf_size |
Definition at line 41 of file cllc.c.
Referenced by cllc_decode_frame(), and cllc_decode_init().