Libav
Data Structures | Macros | Functions | Variables
libvo-amrwbenc.c File Reference
#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 []
 
class {
      libvo_amrwbenc
 
      av_default_item_name
 
      options
 
}; 
 
AVCodec ff_libvo_amrwbenc_encoder
 

Macro Definition Documentation

§ MAX_PACKET_SIZE

#define MAX_PACKET_SIZE   (1 + (477 + 7) / 8)

Definition at line 33 of file libvo-amrwbenc.c.

Referenced by amr_wb_encode_frame().

Function Documentation

§ get_wb_bitrate_mode()

static int get_wb_bitrate_mode ( int  bitrate,
void log_ctx 
)
static

Definition at line 52 of file libvo-amrwbenc.c.

Referenced by amr_wb_encode_frame(), and amr_wb_encode_init().

§ amr_wb_encode_init()

static av_cold int amr_wb_encode_init ( AVCodecContext avctx)
static

Definition at line 78 of file libvo-amrwbenc.c.

§ amr_wb_encode_close()

static int amr_wb_encode_close ( AVCodecContext avctx)
static

Definition at line 103 of file libvo-amrwbenc.c.

§ amr_wb_encode_frame()

static int amr_wb_encode_frame ( AVCodecContext avctx,
AVPacket avpkt,
const AVFrame frame,
int *  got_packet_ptr 
)
static

Definition at line 111 of file libvo-amrwbenc.c.

Variable Documentation

§ options

options
static
Initial value:
= {
{ "dtx", "Allow DTX (generate comfort noise)", 0x42, AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
{ NULL }
}
#define AV_OPT_FLAG_AUDIO_PARAM
Definition: opt.h:269
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition: opt.h:264
NULL
Definition: eval.c:55

Definition at line 43 of file libvo-amrwbenc.c.

§ libvo_amrwbenc

libvo_amrwbenc
private

Definition at line 49 of file libvo-amrwbenc.c.

Referenced by avcodec_register_all().

§ av_default_item_name

av_default_item_name
private

Definition at line 49 of file libvo-amrwbenc.c.

§ @41

const { ... }

§ ff_libvo_amrwbenc_encoder

AVCodec ff_libvo_amrwbenc_encoder
Initial value:
= {
.name = "libvo_amrwbenc",
.long_name = NULL_IF_CONFIG_SMALL("Android VisualOn AMR-WB "
"(Adaptive Multi-Rate Wide-Band)"),
.priv_data_size = sizeof(AMRWBContext),
.encode2 = amr_wb_encode_frame,
.priv_class = &class,
}
static int amr_wb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
sample_fmts
Definition: avconv_filter.c:68
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:145
AVSampleFormat
Audio Sample Formats.
Definition: samplefmt.h:61
AV_SAMPLE_FMT_NONE
Definition: avconv_filter.c:68
static void close(AVCodecParserContext *s)
Definition: h264_parser.c:490
signed 16 bits
Definition: samplefmt.h:64
static int amr_wb_encode_close(AVCodecContext *avctx)
static av_cold int init(AVCodecParserContext *s)
Definition: h264_parser.c:499
static av_cold int amr_wb_encode_init(AVCodecContext *avctx)

Definition at line 141 of file libvo-amrwbenc.c.