Searched refs:source_ptr_int_ (Results 1 – 2 of 2) sorted by relevance
26 source_ptr_int_(nullptr), in PushSincResampler()41 source_ptr_int_ = source; in Resample()45 source_ptr_int_ = nullptr; in Resample()98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
62 const int16_t* source_ptr_int_; variable