| FFmpeg
    | 
#include <vo-aacenc/voAAC.h>#include <vo-aacenc/cmnMemory.h>#include "avcodec.h"#include "audio_frame_queue.h"#include "internal.h"#include "mpeg4audio.h"Go to the source code of this file.
| Data Structures | |
| struct | AACContext | 
| main AAC context  More... | |
| Macros | |
| #define | FRAME_SIZE 1024 | 
| #define | ENC_DELAY 1600 | 
| Functions | |
| static int | aac_encode_close (AVCodecContext *avctx) | 
| static av_cold int | aac_encode_init (AVCodecContext *avctx) | 
| static int | aac_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) | 
| Variables | |
| static const int | mpeg4audio_sample_rates [16] | 
| AVCodec | ff_libvo_aacenc_encoder | 
| #define FRAME_SIZE 1024 | 
Definition at line 30 of file libvo-aacenc.c.
Referenced by aac_encode_frame(), and aac_encode_init().
| #define ENC_DELAY 1600 | 
Definition at line 31 of file libvo-aacenc.c.
Referenced by aac_encode_frame(), and aac_encode_init().
| 
 | static | 
Definition at line 45 of file libvo-aacenc.c.
Referenced by aac_encode_init().
| 
 | static | 
Definition at line 57 of file libvo-aacenc.c.
| 
 | static | 
Definition at line 123 of file libvo-aacenc.c.
| 
 | static | 
Definition at line 182 of file libvo-aacenc.c.
| AVCodec ff_libvo_aacenc_encoder | 
Definition at line 187 of file libvo-aacenc.c.
 1.8.2
 1.8.2