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

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3910 const UINT32 syncBufferSize = 2*(bufferLength * _recAudioFrameSize); local
3911 syncBuffer = new BYTE[syncBufferSize];
3916 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "[CAPT] size of sync buffer : %u [bytes]", syncBufferSize);
4026 assert(syncBufferSize >= (syncBufIndex*_recAudioFrameSize)+framesAvailable*_recAudioFrameSize);

Completed in 87 milliseconds