Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc27 destination_frames_(destination_frames), in PushSincResampler()
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()
46 return destination_frames_; in Resample()
54 RTC_CHECK_GE(destination_capacity, destination_frames_); in Resample()
76 resampler_->Resample(destination_frames_, destination); in Resample()
78 return destination_frames_; in Resample()
Dpush_sinc_resampler.h63 const size_t destination_frames_; variable