#include "avcodec.h"
Go to the source code of this file.
Defines | |
#define | CONV(ofmt, otype, ifmt, expr) |
Functions | |
int | av_audio_convert (void *maybe_dspcontext_or_something_av_convert_specific, void *out[6], int out_stride[6], enum SampleFormat out_fmt, void *in[6], int in_stride[6], enum SampleFormat in_fmt, int len) |
Definition in file audioconvert.c.
#define CONV | ( | ofmt, | |||
otype, | |||||
ifmt, | |||||
expr | ) |
Value:
if(fmt_pair == ofmt + 5*ifmt){\ do{\ *(otype*)po = expr; pi += is; po += os;\ }while(po < end);\ }
Referenced by av_audio_convert().
int av_audio_convert | ( | void * | maybe_dspcontext_or_something_av_convert_specific, | |
void * | out[6], | |||
int | out_stride[6], | |||
enum SampleFormat | out_fmt, | |||
void * | in[6], | |||
int | in_stride[6], | |||
enum SampleFormat | in_fmt, | |||
int | len | |||
) |
Definition at line 30 of file audioconvert.c.