FFmpeg
|
Go to the source code of this file.
Functions | |
static int | tak_get_nb_samples (int sample_rate, enum TAKFrameSizeType type) |
int | ff_tak_check_crc (const uint8_t *buf, unsigned int buf_size) |
void | avpriv_tak_parse_streaminfo (GetBitContext *gb, TAKStreamInfo *s) |
Parse the Streaminfo metadata block. | |
int | ff_tak_decode_frame_header (AVCodecContext *avctx, GetBitContext *gb, TAKStreamInfo *ti, int log_level_offset) |
Validate and decode a frame header. | |
Variables | |
static const int64_t | tak_channel_layouts [] |
static const uint16_t | frame_duration_type_quants [] |
|
static |
Definition at line 52 of file tak.c.
Referenced by avpriv_tak_parse_streaminfo().
int ff_tak_check_crc | ( | const uint8_t * | buf, |
unsigned int | buf_size | ||
) |
Definition at line 75 of file tak.c.
Referenced by tak_decode_frame(), and tak_parse().
void avpriv_tak_parse_streaminfo | ( | GetBitContext * | gb, |
TAKStreamInfo * | s | ||
) |
Parse the Streaminfo metadata block.
[in] | gb | pointer to GetBitContext |
[out] | s | storage for parsed information |
Definition at line 91 of file tak.c.
Referenced by ff_tak_decode_frame_header(), and tak_read_header().
int ff_tak_decode_frame_header | ( | AVCodecContext * | avctx, |
GetBitContext * | gb, | ||
TAKStreamInfo * | s, | ||
int | log_level_offset | ||
) |
Validate and decode a frame header.
avctx | AVCodecContext to use as av_log() context | |
[in] | gb | GetBitContext from which to read frame header |
[out] | s | frame information |
log_level_offset | log level offset, can be used to silence error messages. |
Definition at line 126 of file tak.c.
Referenced by tak_decode_frame(), and tak_parse().
|
static |
Definition at line 26 of file tak.c.
Referenced by avpriv_tak_parse_streaminfo().
|
static |
Definition at line 48 of file tak.c.
Referenced by tak_get_nb_samples().