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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.cc 26 destination_frames_(destination_frames),
38 float_buffer_.reset(new float[destination_frames_]);
42 Resample(NULL, source_length, float_buffer_.get(), destination_frames_);
43 RoundToInt16(float_buffer_.get(), destination_frames_, destination);
45 return destination_frames_;
53 assert(destination_capacity >= destination_frames_);
75 resampler_->Resample(destination_frames_, destination);
77 return destination_frames_;
push_sinc_resampler.h 56 const int destination_frames_; member in class:webrtc::PushSincResampler

Completed in 426 milliseconds