Lines Matching defs:resampler
37 #include <audio_utils/resampler.h>
122 struct resampler_itfe *resampler;
142 struct resampler_itfe *resampler;
221 if (out->resampler) {
222 release_resampler(out->resampler);
223 out->resampler = NULL;
242 if (in->resampler) {
243 release_resampler(in->resampler);
244 in->resampler = NULL;
304 * create a resampler.
312 &out->resampler);
372 * create a resampler.
383 &in->resampler);
463 if (in->resampler != NULL) {
464 in->resampler->resample_from_provider(in->resampler,
484 * in->resampler->resample_from_provider() */
679 out->resampler->resample_from_input(out->resampler,
953 } else */if (in->resampler != NULL) {