HomeSort by relevance Sort by last modified time
    Searched refs:destination_frames_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 27 destination_frames_(destination_frames),
39 float_buffer_.reset(new float[destination_frames_]);
43 Resample(nullptr, source_length, float_buffer_.get(), destination_frames_);
44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination);
46 return destination_frames_;
54 RTC_CHECK_GE(destination_capacity, destination_frames_);
76 resampler_->Resample(destination_frames_, destination);
78 return destination_frames_;
push_sinc_resampler.h 63 const size_t destination_frames_; member in class:webrtc::PushSincResampler

Completed in 65 milliseconds