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

/external/webrtc/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.h30 PushSincResampler(size_t source_frames, size_t destination_frames);
33 // Perform the resampling. |source_frames| must always equal the
34 // |source_frames| provided at construction. |destination_capacity| must be
38 size_t Resample(const int16_t* source, size_t source_frames,
41 size_t source_frames,
H A Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(size_t source_frames, argument
22 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames,
23 source_frames,
67 // pass, and we'd have to introduce an entire |source_frames| of delay, rather
72 // |source_frames|.

Completed in 27 milliseconds