HomeSort by relevance Sort by last modified time
    Searched refs:source_ptr_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 25 source_ptr_(nullptr),
57 source_ptr_ = source;
77 source_ptr_ = nullptr;
94 if (source_ptr_) {
95 std::memcpy(destination, source_ptr_, frames * sizeof(*destination));
push_sinc_resampler.h 61 const float* source_ptr_; member in class:webrtc::PushSincResampler

Completed in 74 milliseconds