| FFmpeg
    4.0
    | 
#include <AudioToolbox/AudioToolbox.h>#include "libavfilter/bufferqueue.h"#include "config.h"#include "audio_frame_queue.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"#include "libavformat/isom.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 | FF_BUFQUEUE_SIZE 256 | 
| #define | AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
| #define | FFAT_ENC_CLASS(NAME) | 
| #define | FFAT_ENC(NAME, ID, PROFILES, ...) | 
| Functions | |
| static UInt32 | ffat_get_format_id (enum AVCodecID codec, int profile) | 
| static void | ffat_update_ctx (AVCodecContext *avctx) | 
| static int | read_descr (GetByteContext *gb, int *tag) | 
| static int | get_ilbc_mode (AVCodecContext *avctx) | 
| static av_cold int | get_channel_label (int channel) | 
| static int | remap_layout (AudioChannelLayout *layout, uint64_t in_layout, int count) | 
| static int | get_aac_tag (uint64_t in_layout) | 
| static av_cold int | ffat_init_encoder (AVCodecContext *avctx) | 
| static OSStatus | ffat_encode_callback (AudioConverterRef converter, UInt32 *nb_packets, AudioBufferList *data, AudioStreamPacketDescription **packets, void *inctx) | 
| static int | ffat_encode (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) | 
| static av_cold void | ffat_encode_flush (AVCodecContext *avctx) | 
| static av_cold int | ffat_close_encoder (AVCodecContext *avctx) | 
| Variables | |
| static const AVProfile | aac_profiles [] | 
| static const AVOption | options [] | 
| static const uint64_t | aac_at_channel_layouts [] | 
| #define FF_BUFQUEUE_SIZE 256 | 
Definition at line 25 of file audiotoolboxenc.c.
Referenced by ff_opus_psy_postencode_update().
| #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 595 of file audiotoolboxenc.c.
| #define FFAT_ENC_CLASS | ( | NAME | ) | 
Definition at line 609 of file audiotoolboxenc.c.
| #define FFAT_ENC | ( | NAME, | |
| ID, | |||
| PROFILES, | |||
| ... | |||
| ) | 
Definition at line 617 of file audiotoolboxenc.c.
Definition at line 55 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
| 
 | static | 
Definition at line 88 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
| 
 | static | 
Definition at line 128 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
| 
 | static | 
Definition at line 142 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
Definition at line 154 of file audiotoolboxenc.c.
Referenced by remap_layout().
Definition at line 179 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
| 
 | static | 
Definition at line 200 of file audiotoolboxenc.c.
Referenced by ffat_init_encoder().
| 
 | static | 
Definition at line 234 of file audiotoolboxenc.c.
| 
 | static | 
Definition at line 454 of file audiotoolboxenc.c.
Referenced by ffat_encode().
| 
 | static | 
Definition at line 497 of file audiotoolboxenc.c.
| 
 | static | 
Definition at line 567 of file audiotoolboxenc.c.
| 
 | static | 
Definition at line 575 of file audiotoolboxenc.c.
| 
 | static | 
Definition at line 586 of file audiotoolboxenc.c.
Referenced by matroska_aac_profile().
| 
 | static | 
Definition at line 596 of file audiotoolboxenc.c.
| 
 | static | 
Definition at line 640 of file audiotoolboxenc.c.
 1.8.13
 1.8.13