Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
GetBitContext | gb |
const AVCRC * | crc_table |
int | format |
int | channels |
int | bps |
unsigned | data_length |
int | frame_length |
int | last_frame_length |
int | total_frames |
int32_t * | decode_buffer |
TTAChannel * | ch_ctx |
int | totalframes |
int | currentframe |
int | frame_size |
int | last_frame_size |
Definition at line 58 of file tta.c.
int TTAContext::bps |
Definition at line 64 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
Definition at line 70 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
const AVCRC* TTAContext::crc_table |
Definition at line 29 of file tta.c.
Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().
unsigned TTAContext::data_length |
int32_t* TTAContext::decode_buffer |
Definition at line 68 of file tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().