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

/external/chromium_org/media/base/
H A Daudio_bus.h80 // objects must have the same number of channels(). |source_start_frame| is
83 void CopyPartialFramesTo(int source_start_frame,
H A Daudio_bus.cc310 void AudioBus::CopyPartialFramesTo(int source_start_frame, argument
315 CHECK_LE(source_start_frame + frame_count, frames());
322 channel(i) + source_start_frame,

Completed in 792 milliseconds