Searched refs:source_ptr_ (Results 1 – 2 of 2) sorted by relevance
25 source_ptr_(nullptr), in PushSincResampler()56 source_ptr_ = source; in Resample()76 source_ptr_ = nullptr; in Resample()93 if (source_ptr_) { in Run()94 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run()
66 const float* source_ptr_; variable