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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.cc 24 source_ptr_(NULL),
56 source_ptr_ = source;
76 source_ptr_ = NULL;
93 if (source_ptr_) {
94 memcpy(destination, source_ptr_, frames * sizeof(float));
push_sinc_resampler.h 54 const float* source_ptr_; member in class:webrtc::PushSincResampler

Completed in 43 milliseconds