| FFmpeg
    | 
#include <fdk-aac/aacdecoder_lib.h>#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"Go to the source code of this file.
| Data Structures | |
| struct | FDKAACDecContext | 
| Macros | |
| #define | FDKDEC_VER_AT_LEAST(vl0, vl1) 0 | 
| #define | AAC_PCM_MAX_OUTPUT_CHANNELS AAC_PCM_OUTPUT_CHANNELS | 
| #define | DMX_ANC_BUFFSIZE 128 | 
| #define | DECODER_MAX_CHANNELS 8 | 
| #define | DECODER_BUFFSIZE 2048 * sizeof(INT_PCM) | 
| #define | OFFSET(x) offsetof(FDKAACDecContext, x) | 
| #define | AD AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM | 
| Enumerations | |
| enum | ConcealMethod { CONCEAL_METHOD_SPECTRAL_MUTING = 0, CONCEAL_METHOD_NOISE_SUBSTITUTION = 1, CONCEAL_METHOD_ENERGY_INTERPOLATION = 2, CONCEAL_METHOD_NB } | 
| Functions | |
| static int | get_stream_info (AVCodecContext *avctx) | 
| static av_cold int | fdk_aac_decode_close (AVCodecContext *avctx) | 
| static av_cold int | fdk_aac_decode_init (AVCodecContext *avctx) | 
| static int | fdk_aac_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) | 
| static av_cold void | fdk_aac_decode_flush (AVCodecContext *avctx) | 
| Variables | |
| static const AVOption | fdk_aac_dec_options [] | 
| static const AVClass | fdk_aac_dec_class | 
| AVCodec | ff_libfdk_aac_decoder | 
| #define FDKDEC_VER_AT_LEAST | ( | vl0, | |
| vl1 | |||
| ) | 0 | 
Definition at line 33 of file libfdk-aacdec.c.
| #define AAC_PCM_MAX_OUTPUT_CHANNELS AAC_PCM_OUTPUT_CHANNELS | 
Definition at line 37 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_init().
| #define DMX_ANC_BUFFSIZE 128 | 
Definition at line 63 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_init().
| #define DECODER_MAX_CHANNELS 8 | 
Definition at line 64 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_init().
| #define DECODER_BUFFSIZE 2048 * sizeof(INT_PCM) | 
Definition at line 65 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_init().
| #define OFFSET | ( | x | ) | offsetof(FDKAACDecContext, x) | 
Definition at line 67 of file libfdk-aacdec.c.
| #define AD AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM | 
Definition at line 68 of file libfdk-aacdec.c.
| enum ConcealMethod | 
| Enumerator | |
|---|---|
| CONCEAL_METHOD_SPECTRAL_MUTING | |
| CONCEAL_METHOD_NOISE_SUBSTITUTION | |
| CONCEAL_METHOD_ENERGY_INTERPOLATION | |
| CONCEAL_METHOD_NB | |
Definition at line 40 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 99 of file libfdk-aacdec.c.
Referenced by fdk_aac_decode_frame().
| 
 | static | 
Definition at line 210 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 222 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 336 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 381 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 69 of file libfdk-aacdec.c.
| 
 | static | 
Definition at line 92 of file libfdk-aacdec.c.
| AVCodec ff_libfdk_aac_decoder | 
Definition at line 394 of file libfdk-aacdec.c.
 1.8.6
 1.8.6