Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc38 if (!float_buffer_.get()) in Resample()
39 float_buffer_.reset(new float[destination_frames_]); in Resample()
43 Resample(nullptr, source_length, float_buffer_.get(), destination_frames_); in Resample()
44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination); in Resample()
Dpush_sinc_resampler.h60 rtc::scoped_ptr<float[]> float_buffer_; variable