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 38 of file xan.c.
Definition at line 40 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().
Definition at line 41 of file xan.c.
Referenced by xan_decode_end(), xan_decode_frame(), and xan_wc3_copy_pixel_run().
Definition at line 42 of file xan.c.
Referenced by xan_decode_frame(), xan_wc3_copy_pixel_run(), and xan_wc3_output_pixel_run().
const unsigned char* XanContext::buf |
int XanContext::size |
unsigned char* XanContext::buffer1 |
Definition at line 48 of file xan.c.
Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().
unsigned char* XanContext::buffer2 |
Definition at line 50 of file xan.c.
Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().
Definition at line 53 of file xan.c.
Referenced by xan_decode_frame(), xan_decode_init(), and xan_wc3_copy_pixel_run().