Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.h30 PushSincResampler(size_t source_frames, size_t destination_frames);
38 size_t Resample(const int16_t* source, size_t source_frames,
41 size_t source_frames,
Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(size_t source_frames, in PushSincResampler() argument
22 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames, in PushSincResampler()
23 source_frames, in PushSincResampler()