Data Fields | |
AVCodecContext * | avctx |
AVFrame | last_frame |
AVFrame | current_frame |
const unsigned char * | buf |
int | size |
unsigned char * | buffer1 |
int | buffer1_size |
unsigned char * | buffer2 |
int | buffer2_size |
int | frame_size |
Definition at line 43 of file xan.c.
Definition at line 45 of file xan.c.
Referenced by xan_decode_frame(), xan_decode_init(), xan_wc3_copy_pixel_run(), xan_wc3_decode_frame(), and xan_wc3_output_pixel_run().
const unsigned char* XanContext::buf |
unsigned char* XanContext::buffer1 |
Definition at line 53 of file xan.c.
Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().
unsigned char* XanContext::buffer2 |
Definition at line 55 of file xan.c.
Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().
Definition at line 47 of file xan.c.
Referenced by xan_decode_end(), xan_decode_frame(), xan_wc3_copy_pixel_run(), and xan_wc3_output_pixel_run().
Definition at line 46 of file xan.c.
Referenced by xan_decode_end(), xan_decode_frame(), and xan_wc3_copy_pixel_run().
int XanContext::size |