libavcodec/adxenc.c File Reference

#include "avcodec.h"
#include "adx.h"

Go to the source code of this file.

Functions

static void adx_encode (unsigned char *adx, const short *wav, PREV *prev)
static int adx_encode_header (AVCodecContext *avctx, unsigned char *buf, size_t bufsize)
static int adx_encode_init (AVCodecContext *avctx)
static int adx_encode_close (AVCodecContext *avctx)
static int adx_encode_frame (AVCodecContext *avctx, uint8_t *frame, int buf_size, void *data)

Variables

AVCodec adpcm_adx_encoder


Function Documentation

static void adx_encode ( unsigned char *  adx,
const short *  wav,
PREV prev 
) [static]

Definition at line 35 of file adxenc.c.

Referenced by adx_encode_frame().

static int adx_encode_close ( AVCodecContext avctx  )  [static]

Definition at line 129 of file adxenc.c.

static int adx_encode_frame ( AVCodecContext avctx,
uint8_t frame,
int  buf_size,
void *  data 
) [static]

Definition at line 136 of file adxenc.c.

static int adx_encode_header ( AVCodecContext avctx,
unsigned char *  buf,
size_t  bufsize 
) [static]

Definition at line 77 of file adxenc.c.

Referenced by adx_encode_frame().

static int adx_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 113 of file adxenc.c.


Variable Documentation

Initial value:

Definition at line 184 of file adxenc.c.


Generated on Fri Oct 3 22:46:54 2008 for ffmpeg by  doxygen 1.5.6