Lines Matching refs:resample
26 #include "resample.h"
205 "resample buffer");
211 av_log(avr, AV_LOG_DEBUG, "resample: %s from %d Hz to %d Hz\n",
247 c = avr->resample;
259 static int resample(ResampleContext *c, void *dst, const void *src,
404 /* TODO: try to calculate this without the dummy resample() run */
406 out_samples = resample(c, NULL, NULL, NULL, c->buffer->nb_samples,
415 /* resample each channel plane */
417 out_samples = resample(c, (void *)dst->data[ch],
440 ResampleContext *c = avr->resample;
442 if (!avr->resample_needed || !avr->resample)