Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc25 source_ptr_(nullptr), in PushSincResampler()
56 source_ptr_ = source; in Resample()
76 source_ptr_ = nullptr; in Resample()
93 if (source_ptr_) { in Run()
94 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run()
Dpush_sinc_resampler.h66 const float* source_ptr_; variable