Libav
Data Fields
XanContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFramelast_frame
 
const unsigned char * buf
 
int size
 
unsigned char * buffer1
 
int buffer1_size
 
unsigned char * buffer2
 
int buffer2_size
 
unsigned * palettes
 
int palettes_count
 
int cur_palette
 
int frame_size
 
AVFramepic
 
uint8_ty_buffer
 
uint8_tscratch_buffer
 
int buffer_size
 
GetByteContext gb
 

Detailed Description

Definition at line 52 of file xan.c.

Field Documentation

§ avctx

AVCodecContext * XanContext::avctx

§ last_frame

AVFrame* XanContext::last_frame

Definition at line 55 of file xan.c.

Referenced by xan_decode_end(), xan_decode_frame(), xan_decode_init(), and xan_wc3_copy_pixel_run().

§ buf

const unsigned char* XanContext::buf

Definition at line 57 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

§ size

int XanContext::size

Definition at line 58 of file xan.c.

Referenced by xan_decode_frame(), xan_unpack(), and xan_wc3_decode_frame().

§ buffer1

unsigned char* XanContext::buffer1

Definition at line 61 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

§ buffer1_size

int XanContext::buffer1_size

Definition at line 62 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

§ buffer2

unsigned char* XanContext::buffer2

Definition at line 63 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

§ buffer2_size

int XanContext::buffer2_size

Definition at line 64 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

§ palettes

unsigned* XanContext::palettes

Definition at line 66 of file xan.c.

Referenced by xan_decode_end(), and xan_decode_frame().

§ palettes_count

int XanContext::palettes_count

Definition at line 67 of file xan.c.

Referenced by xan_decode_frame().

§ cur_palette

int XanContext::cur_palette

Definition at line 68 of file xan.c.

Referenced by xan_decode_frame().

§ frame_size

int XanContext::frame_size

§ pic

AVFrame* XanContext::pic

§ y_buffer

uint8_t* XanContext::y_buffer

§ scratch_buffer

uint8_t* XanContext::scratch_buffer

§ buffer_size

int XanContext::buffer_size

§ gb

GetByteContext XanContext::gb

The documentation for this struct was generated from the following files: