Home
last modified time | relevance | path

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

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