FFmpeg
|
#include <vo-amrwbenc/enc_if.h>
#include <stdio.h>
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | AMRWBContext |
Macros | |
#define | MAX_PACKET_SIZE (1 + (477 + 7) / 8) |
Functions | |
static int | get_wb_bitrate_mode (int bitrate, void *log_ctx) |
static av_cold int | amr_wb_encode_init (AVCodecContext *avctx) |
static int | amr_wb_encode_close (AVCodecContext *avctx) |
static int | amr_wb_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
static const AVOption | options [] |
static const AVClass | amrwb_class |
AVCodec | ff_libvo_amrwbenc_encoder |
#define MAX_PACKET_SIZE (1 + (477 + 7) / 8) |
Definition at line 33 of file libvo-amrwbenc.c.
Referenced by amr_wb_encode_frame().
|
static |
Definition at line 52 of file libvo-amrwbenc.c.
Referenced by amr_wb_encode_frame(), and amr_wb_encode_init().
|
static |
Definition at line 78 of file libvo-amrwbenc.c.
|
static |
Definition at line 103 of file libvo-amrwbenc.c.
|
static |
Definition at line 111 of file libvo-amrwbenc.c.
|
static |
Definition at line 43 of file libvo-amrwbenc.c.
|
static |
Definition at line 48 of file libvo-amrwbenc.c.
AVCodec ff_libvo_amrwbenc_encoder |
Definition at line 139 of file libvo-amrwbenc.c.