FFmpeg
Functions
aacdec_usac.h File Reference
#include "aacdec.h"
#include "libavcodec/get_bits.h"

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)
 

Function Documentation

◆ ff_aac_usac_config_decode()

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().

◆ ff_aac_usac_reset_state()

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().

◆ ff_aac_usac_decode_frame()

int ff_aac_usac_decode_frame ( AVCodecContext avctx,
AACDecContext ac,
GetBitContext gb,
int got_frame_ptr 
)

Definition at line 1654 of file aacdec_usac.c.

Referenced by aac_decode_frame_int(), and parse_audio_preroll().