FFmpeg  4.0
Data Fields
XanContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFramelast_frame
 
const uint8_tbuf
 
int size
 
uint8_tbuffer1
 
int buffer1_size
 
uint8_tbuffer2
 
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 53 of file xan.c.

Field Documentation

◆ avctx

AVCodecContext * XanContext::avctx

◆ last_frame

AVFrame* XanContext::last_frame

Definition at line 56 of file xan.c.

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

◆ buf

const uint8_t* XanContext::buf

Definition at line 58 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

◆ size

int XanContext::size

Definition at line 59 of file xan.c.

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

◆ buffer1

uint8_t* XanContext::buffer1

Definition at line 62 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 63 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

◆ buffer2

uint8_t* XanContext::buffer2

Definition at line 64 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 65 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

◆ palettes

unsigned* XanContext::palettes

Definition at line 67 of file xan.c.

Referenced by xan_decode_end(), and xan_decode_frame().

◆ palettes_count

int XanContext::palettes_count

Definition at line 68 of file xan.c.

Referenced by xan_decode_frame().

◆ cur_palette

int XanContext::cur_palette

Definition at line 69 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: