Searched defs:Resample (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.cc34 size_t PushSincResampler::Resample(const int16_t* source, function in class:webrtc::PushSincResampler
43 Resample(nullptr, source_length, float_buffer_.get(), destination_frames_);
49 size_t PushSincResampler::Resample(const float* source, function in class:webrtc::PushSincResampler
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...]
H A Dpush_resampler.cc69 int PushResampler<T>::Resample(const T* src, size_t src_length, T* dst, function in class:webrtc::PushResampler
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/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_progress.cpp1786 void CCodec_ProgressiveDecoder::Resample(CFX_DIBitmap* pDeviceBitmap, function in class:CCodec_ProgressiveDecoder
2106 Resample(m_pDeviceBitmap, m_SrcRow, m_pDecodeBuf, m_SrcFormat);
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc993 return Resample(Invert(Accumulate(f)), 0, 1, samples);
1037 VirtualSocketServer::Function* VirtualSocketServer::Resample(Function* f, function in class:rtc::VirtualSocketServer

Completed in 682 milliseconds