Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc26 source_ptr_int_(nullptr), in PushSincResampler()
40 source_ptr_int_ = source; in Resample()
44 source_ptr_int_ = nullptr; in Resample()
97 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
Dpush_sinc_resampler.h67 const int16_t* source_ptr_int_; variable