FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_aac_usac_config_decode (AACDecContext *ac, AVCodecContext *avctx, GetBitContext *gb, OutputConfiguration *oc, int channel_config) |
int | ff_aac_usac_reset_state (AACDecContext *ac, OutputConfiguration *oc) |
int | ff_aac_usac_decode_frame (AVCodecContext *avctx, AACDecContext *ac, GetBitContext *gb, int *got_frame_ptr) |
int ff_aac_usac_config_decode | ( | AACDecContext * | ac, |
AVCodecContext * | avctx, | ||
GetBitContext * | gb, | ||
OutputConfiguration * | oc, | ||
int | channel_config | ||
) |
Definition at line 333 of file aacdec_usac.c.
Referenced by decode_audio_specific_config_gb(), and parse_audio_preroll().
int ff_aac_usac_reset_state | ( | AACDecContext * | ac, |
OutputConfiguration * | oc | ||
) |
Definition at line 274 of file aacdec_usac.c.
Referenced by ff_aac_usac_config_decode(), and flush().
int ff_aac_usac_decode_frame | ( | AVCodecContext * | avctx, |
AACDecContext * | ac, | ||
GetBitContext * | gb, | ||
int * | got_frame_ptr | ||
) |
Definition at line 1658 of file aacdec_usac.c.
Referenced by aac_decode_frame_int(), and parse_audio_preroll().