Libav
Data Fields
TTAContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetBitContext gb
 
const AVCRCcrc_table
 
int format
 
int channels
 
int bps
 
unsigned data_length
 
int frame_length
 
int last_frame_length
 
int32_tdecode_buffer
 
TTAChannelch_ctx
 
int totalframes
 
int currentframe
 
int frame_size
 
int last_frame_size
 

Detailed Description

Definition at line 58 of file tta.c.

Field Documentation

§ avctx

AVCodecContext* TTAContext::avctx

Definition at line 59 of file tta.c.

Referenced by tta_check_crc(), and tta_decode_init().

§ gb

GetBitContext TTAContext::gb

Definition at line 60 of file tta.c.

Referenced by tta_decode_frame(), and tta_decode_init().

§ crc_table

const AVCRC* TTAContext::crc_table

Definition at line 61 of file tta.c.

Referenced by tta_check_crc(), and tta_decode_init().

§ format

int TTAContext::format

Definition at line 63 of file tta.c.

Referenced by tta_decode_init().

§ channels

int TTAContext::channels

Definition at line 63 of file tta.c.

Referenced by tta_decode_frame(), and tta_decode_init().

§ bps

int TTAContext::bps

Definition at line 63 of file tta.c.

Referenced by tta_decode_frame(), and tta_decode_init().

§ data_length

unsigned TTAContext::data_length

Definition at line 64 of file tta.c.

Referenced by tta_decode_init().

§ frame_length

int TTAContext::frame_length

Definition at line 65 of file tta.c.

Referenced by tta_decode_frame(), and tta_decode_init().

§ last_frame_length

int TTAContext::last_frame_length

Definition at line 65 of file tta.c.

Referenced by tta_decode_frame(), and tta_decode_init().

§ decode_buffer

int32_t* TTAContext::decode_buffer

Definition at line 67 of file tta.c.

Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().

§ ch_ctx

TTAChannel* TTAContext::ch_ctx

Definition at line 69 of file tta.c.

Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().

§ totalframes

int TTAContext::totalframes

Definition at line 29 of file tta.c.

Referenced by tta_read_header(), and tta_read_packet().

§ currentframe

int TTAContext::currentframe

Definition at line 29 of file tta.c.

Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().

§ frame_size

int TTAContext::frame_size

Definition at line 30 of file tta.c.

Referenced by tta_read_header(), and tta_read_packet().

§ last_frame_size

int TTAContext::last_frame_size

Definition at line 31 of file tta.c.

Referenced by tta_read_header(), and tta_read_packet().


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