|
FFmpeg
|

Data Fields | |
| AVClass * | class |
| AVCodecContext * | avctx |
| GetBitContext | gb |
| 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 |
| int | totalframes |
| int | currentframe |
| int | frame_size |
| int | last_frame_size |
Detailed Description
Definition at line 61 of file libavcodec/tta.c.
Field Documentation
| AVCodecContext* TTAContext::avctx |
Definition at line 63 of file libavcodec/tta.c.
Referenced by tta_check_crc(), and tta_decode_init().
| int TTAContext::bps |
Definition at line 67 of file libavcodec/tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
| TTAChannel* TTAContext::ch_ctx |
Definition at line 75 of file libavcodec/tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
| int TTAContext::channels |
Definition at line 67 of file libavcodec/tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| AVClass* TTAContext::class |
Definition at line 62 of file libavcodec/tta.c.
| uint8_t TTAContext::crc_pass[8] |
Definition at line 73 of file libavcodec/tta.c.
Referenced by tta_decode_init(), and ttafilter_init().
| const AVCRC* TTAContext::crc_table |
Definition at line 65 of file libavcodec/tta.c.
Referenced by tta_check_crc(), and tta_decode_init().
| int TTAContext::currentframe |
Definition at line 29 of file libavformat/tta.c.
Referenced by tta_read_header(), tta_read_packet(), and tta_read_seek().
| unsigned TTAContext::data_length |
Definition at line 68 of file libavcodec/tta.c.
Referenced by tta_decode_init().
| int32_t* TTAContext::decode_buffer |
Definition at line 71 of file libavcodec/tta.c.
Referenced by tta_decode_close(), tta_decode_frame(), and tta_decode_init().
| int TTAContext::format |
Definition at line 67 of file libavcodec/tta.c.
Referenced by 7digital-python.lockerEndpoint.DownloadUrls::__init__(), tta_decode_init(), and ttafilter_init().
| int TTAContext::frame_length |
Definition at line 69 of file libavcodec/tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int TTAContext::frame_size |
Definition at line 30 of file libavformat/tta.c.
Referenced by tta_read_header(), and tta_read_packet().
| GetBitContext TTAContext::gb |
Definition at line 64 of file libavcodec/tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int TTAContext::last_frame_length |
Definition at line 69 of file libavcodec/tta.c.
Referenced by tta_decode_frame(), and tta_decode_init().
| int TTAContext::last_frame_size |
Definition at line 31 of file libavformat/tta.c.
Referenced by tta_read_header(), and tta_read_packet().
| uint8_t* TTAContext::pass |
Definition at line 74 of file libavcodec/tta.c.
Referenced by tta_decode_init().
| int TTAContext::totalframes |
Definition at line 29 of file libavformat/tta.c.
Referenced by tta_read_header(), and tta_read_packet().
The documentation for this struct was generated from the following file:
Generated on Sun Nov 2 2025 06:55:31 for FFmpeg by
1.8.11