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

  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 26 source_ptr_int_(nullptr),
41 source_ptr_int_ = source;
45 source_ptr_int_ = nullptr;
98 destination[i] = static_cast<float>(source_ptr_int_[i]);
push_sinc_resampler.h 62 const int16_t* source_ptr_int_; member in class:webrtc::PushSincResampler

Completed in 547 milliseconds