Home
last modified time | relevance | path

Searched refs:source_ptr_int_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc26 source_ptr_int_(nullptr), in PushSincResampler()
41 source_ptr_int_ = source; in Resample()
45 source_ptr_int_ = nullptr; in Resample()
98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
Dpush_sinc_resampler.h62 const int16_t* source_ptr_int_; variable