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] |
static int adx_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
const uint8_t * |
buf0, |
|
|
int |
buf_size | |
|
) |
| | [static] |
static int adx_decode_header |
( |
AVCodecContext * |
avctx, |
|
|
const unsigned char * |
buf, |
|
|
size_t |
bufsize | |
|
) |
| | [static] |
static void adx_decode_stereo |
( |
short * |
out, |
|
|
const unsigned char * |
in, |
|
|
PREV * |
prev | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 159 of file adxdec.c.