Lines Matching defs:resampler_ptr
144 resampler_basic_func resampler_ptr;
682 st->resampler_ptr = resampler_basic_direct_single;
685 st->resampler_ptr = resampler_basic_direct_double;
687 st->resampler_ptr = resampler_basic_direct_single;
695 st->resampler_ptr = resampler_basic_interpolate_single;
698 st->resampler_ptr = resampler_basic_interpolate_double;
700 st->resampler_ptr = resampler_basic_interpolate_single;
788 st->resampler_ptr = resampler_basic_zero;
830 st->resampler_ptr = 0;
891 out_sample = st->resampler_ptr(st, channel_index, mem, in_len, out, out_len);
964 return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS;
1037 return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS;
1060 return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS;
1083 return st->resampler_ptr == resampler_basic_zero ? RESAMPLER_ERR_ALLOC_FAILED : RESAMPLER_ERR_SUCCESS;