Home
last modified time | relevance | path

Searched refs:av_resample_compensate (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h70 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
H A Dresample2.c204 void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){ in av_resample_compensate() function
292 av_resample_compensate(c, rand() % (8000*2) - 8000, 8000*2); in av_resample()

Completed in 2 milliseconds