Searched refs:av_resample (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | avcodec.h | 69 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, i…
|
D | resample2.c | 210 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_… in av_resample() function
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | ffmpeg.c | 70 used_frames = (unsigned) av_resample(ffmpeg_data->state, in ffmpeg_resample()
|