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

/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(int source_frames, int destination_frames) argument
21 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames,
22 source_frames,
66 // pass, and we'd have to introduce an entire |source_frames| of delay, rather
71 // |source_frames|.
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor.cc119 MediaStreamAudioFifo(int channels, int source_frames, argument
121 : source_frames_(source_frames),
124 if (source_frames != destination_frames) {
128 const int fifo_frames = 2 * std::max(source_frames, destination_frames);

Completed in 157 milliseconds