libavcodec/adxdec.c File Reference

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

Go to the source code of this file.

Functions

static void adx_decode (short *out, const unsigned char *in, PREV *prev)
static void adx_decode_stereo (short *out, const unsigned char *in, PREV *prev)
static int adx_decode_header (AVCodecContext *avctx, const unsigned char *buf, size_t bufsize)
static int adx_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf0, int buf_size)

Variables

AVCodec adpcm_adx_decoder


Function Documentation

static void adx_decode ( short *  out,
const unsigned char *  in,
PREV prev 
) [static]

Definition at line 35 of file adxdec.c.

Referenced by adx_decode_frame(), and adx_decode_stereo().

static int adx_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
const uint8_t buf0,
int  buf_size 
) [static]

Definition at line 97 of file adxdec.c.

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

Definition at line 82 of file adxdec.c.

Referenced by adx_decode_frame().

static void adx_decode_stereo ( short *  out,
const unsigned char *  in,
PREV prev 
) [static]

Definition at line 68 of file adxdec.c.

Referenced by adx_decode_frame().


Variable Documentation

Initial value:

 {
    "adpcm_adx",
    CODEC_TYPE_AUDIO,
    CODEC_ID_ADPCM_ADX,
    sizeof(ADXContext),
    NULL,
    NULL,
    NULL,
    adx_decode_frame,
}

Definition at line 159 of file adxdec.c.


Generated on Wed Feb 9 19:10:10 2011 for ffmpeg by  doxygen 1.5.6