Home
last modified time | relevance | path

Searched refs:av_resample (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/ffmpeg/
Davcodec.h69 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, i…
Dresample2.c210 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/
Dffmpeg.c70 used_frames = (unsigned) av_resample(ffmpeg_data->state, in ffmpeg_resample()