Searched refs:source_ptr_int_ (Results 1 – 2 of 2) sorted by relevance
26 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()
67 const int16_t* source_ptr_int_; variable