HomeSort by relevance Sort by last modified time
    Searched defs:Resample (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 34 size_t PushSincResampler::Resample(const int16_t* source,
43 Resample(nullptr, source_length, float_buffer_.get(), destination_frames_);
49 size_t PushSincResampler::Resample(const float* source,
55 // Cache the source pointer. Calling Resample() will immediately trigger
60 // On the first pass, we call Resample() twice. During the first call, we
63 // ensuring that all later Resample() calls will only result in one input
74 resampler_->Resample(resampler_->ChunkSize(), destination);
76 resampler_->Resample(destination_frames_, destination);
83 // Run() was triggered more than once per Resample() call.
88 // discarded, as described in Resample()
    [all...]
push_resampler.cc 69 int PushResampler<T>::Resample(const T* src, size_t src_length, T* dst,
89 sinc_resampler_->Resample(src_left_.get(), src_length_mono,
91 sinc_resampler_right_->Resample(src_right_.get(), src_length_mono,
100 sinc_resampler_->Resample(src, src_length, dst, dst_capacity));
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1037 VirtualSocketServer::Function* VirtualSocketServer::Resample(Function* f,
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp     [all...]

Completed in 239 milliseconds