Libav
Data Fields
CDXLVideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
int bpp
 
int format
 
int padded_bits
 
const uint8_tpalette
 
int palette_size
 
const uint8_tvideo
 
int video_size
 
uint8_tnew_video
 
int new_video_size
 

Detailed Description

Definition at line 34 of file cdxl.c.

Field Documentation

§ avctx

AVCodecContext* CDXLVideoContext::avctx

§ bpp

int CDXLVideoContext::bpp

Definition at line 36 of file cdxl.c.

Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().

§ format

int CDXLVideoContext::format

Definition at line 37 of file cdxl.c.

Referenced by cdxl_decode_frame(), and import_format().

§ padded_bits

int CDXLVideoContext::padded_bits

Definition at line 38 of file cdxl.c.

Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().

§ palette

const uint8_t* CDXLVideoContext::palette

Definition at line 39 of file cdxl.c.

Referenced by cdxl_decode_frame(), and import_palette().

§ palette_size

int CDXLVideoContext::palette_size

Definition at line 40 of file cdxl.c.

Referenced by cdxl_decode_frame(), and import_palette().

§ video

const uint8_t* CDXLVideoContext::video

Definition at line 41 of file cdxl.c.

Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().

§ video_size

int CDXLVideoContext::video_size

Definition at line 42 of file cdxl.c.

Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().

§ new_video

uint8_t* CDXLVideoContext::new_video

Definition at line 43 of file cdxl.c.

Referenced by cdxl_decode_end(), cdxl_decode_frame(), cdxl_decode_ham6(), and cdxl_decode_ham8().

§ new_video_size

int CDXLVideoContext::new_video_size

Definition at line 44 of file cdxl.c.

Referenced by cdxl_decode_frame(), and cdxl_decode_init().


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