Lines Matching defs:resampler
41 #include <audio_utils/resampler.h>
177 struct resampler_itfe *resampler;
759 /* if no supported sample rate is available, use the resampler */
760 if (in->resampler)
761 in->resampler->reset(in->resampler);
874 if (in->resampler != NULL) {
875 in->resampler->resample_from_provider(in->resampler,
895 * in->resampler->resample_from_provider() */
1768 &in->resampler);
1791 if (in->resampler) {
1792 release_resampler(in->resampler);
1793 in->resampler = NULL;