Searched refs:float_buffer_ (Results 1 – 2 of 2) sorted by relevance
38 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()
60 rtc::scoped_ptr<float[]> float_buffer_; variable