|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | LATMContext |
Macros | |
| #define | LOAS_SYNC_WORD 0x2b7 |
| 11 bits LOAS sync word More... | |
Functions | |
| static uint32_t | latm_get_value (GetBitContext *b) |
| static int | latm_decode_audio_specific_config (struct LATMContext *latmctx, GetBitContext *gb, int asclen) |
| static int | read_stream_mux_config (struct LATMContext *latmctx, GetBitContext *gb) |
| static int | read_payload_length_info (struct LATMContext *ctx, GetBitContext *gb) |
| static int | read_audio_mux_element (struct LATMContext *latmctx, GetBitContext *gb) |
| static int | latm_decode_frame (AVCodecContext *avctx, AVFrame *out, int *got_frame_ptr, AVPacket *avpkt) |
| static av_cold int | latm_decode_init (AVCodecContext *avctx) |
Variables | |
| const FFCodec | ff_aac_latm_decoder |
| #define LOAS_SYNC_WORD 0x2b7 |
11 bits LOAS sync word
Definition at line 35 of file aacdec_latm.h.
|
inlinestatic |
Definition at line 47 of file aacdec_latm.h.
Referenced by read_stream_mux_config().
|
static |
Definition at line 54 of file aacdec_latm.h.
Referenced by read_stream_mux_config().
|
static |
Definition at line 124 of file aacdec_latm.h.
Referenced by read_audio_mux_element().
|
static |
Definition at line 204 of file aacdec_latm.h.
Referenced by read_audio_mux_element().
|
static |
Definition at line 227 of file aacdec_latm.h.
Referenced by latm_decode_frame().
|
static |
Definition at line 256 of file aacdec_latm.h.
|
static |
Definition at line 317 of file aacdec_latm.h.
| const FFCodec ff_aac_latm_decoder |
Definition at line 333 of file aacdec_latm.h.
1.8.17