FFmpeg
4.0
|
#include <AudioToolbox/AudioToolbox.h>
#include "config.h"
#include "avcodec.h"
#include "ac3_parser_internal.h"
#include "bytestream.h"
#include "internal.h"
#include "mpegaudiodecheader.h"
#include "libavutil/avassert.h"
#include "libavutil/opt.h"
#include "libavutil/log.h"
Go to the source code of this file.
Data Structures | |
struct | ATDecodeContext |
Macros | |
#define | kAudioFormatEnhancedAC3 'ec-3' |
#define | COPY_SAMPLES(type) |
#define | FFAT_DEC_CLASS(NAME) |
#define | FFAT_DEC(NAME, ID, bsf_name) |
#define kAudioFormatEnhancedAC3 'ec-3' |
Definition at line 36 of file audiotoolboxdec.c.
Referenced by ffat_get_format_id().
#define COPY_SAMPLES | ( | type | ) |
Definition at line 454 of file audiotoolboxdec.c.
Referenced by ffat_copy_samples().
#define FFAT_DEC_CLASS | ( | NAME | ) |
Definition at line 578 of file audiotoolboxdec.c.
#define FFAT_DEC | ( | NAME, | |
ID, | |||
bsf_name | |||
) |
Definition at line 584 of file audiotoolboxdec.c.
Definition at line 56 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder().
|
static |
Definition at line 95 of file audiotoolboxdec.c.
Referenced by ffat_compare_channel_descriptions(), and ffat_update_ctx().
Definition at line 123 of file audiotoolboxdec.c.
Referenced by ffat_update_ctx().
|
static |
Definition at line 130 of file audiotoolboxdec.c.
Referenced by ffat_update_ctx().
|
static |
Definition at line 158 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder().
|
static |
Definition at line 218 of file audiotoolboxdec.c.
Referenced by ffat_get_magic_cookie().
|
static |
Definition at line 227 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder(), and ffat_set_extradata().
|
static |
Definition at line 267 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder(), ffat_init_decoder(), and ffat_set_extradata().
|
static |
Definition at line 277 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder().
|
static |
Definition at line 299 of file audiotoolboxdec.c.
Referenced by ffat_decode(), and ffat_init_decoder().
|
static |
Definition at line 398 of file audiotoolboxdec.c.
|
static |
Definition at line 415 of file audiotoolboxdec.c.
Referenced by ffat_decode().
|
static |
Definition at line 464 of file audiotoolboxdec.c.
Referenced by ffat_decode().
|
static |
Definition at line 474 of file audiotoolboxdec.c.
|
static |
Definition at line 558 of file audiotoolboxdec.c.
|
static |
Definition at line 566 of file audiotoolboxdec.c.