| FFmpeg
    4.0
    | 
| Data Fields | |
| AVClass * | class | 
| AVCodecContext * | avctx | 
| const AVCRC * | crc_table | 
| int | format | 
| int | channels | 
| int | bps | 
| unsigned | data_length | 
| int | frame_length | 
| int | last_frame_length | 
| int32_t * | decode_buffer | 
| uint8_t | crc_pass [8] | 
| uint8_t * | pass | 
| TTAChannel * | ch_ctx | 
| TTADSPContext | dsp | 
| int | totalframes | 
| int | currentframe | 
| int | frame_size | 
| int | last_frame_size | 
| AVCodecContext* TTAContext::avctx | 
Definition at line 50 of file tta.c.
Referenced by init_thread_copy(), tta_check_crc(), and tta_decode_init().
| const AVCRC* TTAContext::crc_table | 
Definition at line 51 of file tta.c.
Referenced by tta_check_crc(), and tta_decode_init().
| int TTAContext::format | 
Definition at line 53 of file tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int TTAContext::channels | 
Definition at line 53 of file tta.c.
Referenced by allocate_buffers(), tta_decode_frame(), tta_decode_init(), and tta_read_header().
| int TTAContext::bps | 
Definition at line 53 of file tta.c.
Referenced by allocate_buffers(), tta_decode_close(), tta_decode_frame(), tta_decode_init(), and tta_read_header().
| unsigned TTAContext::data_length | 
Definition at line 54 of file tta.c.
Referenced by tta_decode_init().
| int TTAContext::frame_length | 
Definition at line 55 of file tta.c.
Referenced by allocate_buffers(), tta_decode_frame(), and tta_decode_init().
| int TTAContext::last_frame_length | 
Definition at line 55 of file tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int32_t* TTAContext::decode_buffer | 
Definition at line 57 of file tta.c.
Referenced by allocate_buffers(), tta_decode_close(), and tta_decode_frame().
| uint8_t TTAContext::crc_pass[8] | 
Definition at line 59 of file tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| uint8_t* TTAContext::pass | 
Definition at line 60 of file tta.c.
Referenced by tta_decode_init().
| TTAChannel* TTAContext::ch_ctx | 
Definition at line 61 of file tta.c.
Referenced by allocate_buffers(), tta_decode_close(), and tta_decode_frame().
| TTADSPContext TTAContext::dsp | 
Definition at line 62 of file tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int TTAContext::totalframes | 
Definition at line 33 of file tta.c.
Referenced by tta_read_header(), and tta_read_packet().
| int TTAContext::currentframe | 
Definition at line 33 of file tta.c.
Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().
| int TTAContext::frame_size | 
Definition at line 34 of file tta.c.
Referenced by tta_read_header(), and tta_read_packet().
| int TTAContext::last_frame_size | 
Definition at line 35 of file tta.c.
Referenced by tta_read_header(), and tta_read_packet().
 1.8.13
 1.8.13