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