Home | History | Annotate | Download | only in audio

Lines Matching defs:resampler

41 #include <audio_utils/resampler.h>
186 struct resampler_itfe *resampler;
780 /* if no supported sample rate is available, use the resampler */
781 if (in->resampler)
782 in->resampler->reset(in->resampler);
899 if (in->resampler != NULL) {
900 in->resampler->resample_from_provider(in->resampler,
920 * in->resampler->resample_from_provider() */
1836 &in->resampler);
1859 if (in->resampler) {
1860 release_resampler(in->resampler);
1861 in->resampler = NULL;