Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3113 const UINT32 syncBufferSize = 2 * (bufferLength * _recAudioFrameSize); in DoCaptureThread() local
3114 syncBuffer = new BYTE[syncBufferSize]; in DoCaptureThread()
3118 RTC_LOG(LS_VERBOSE) << "[CAPT] size of sync buffer : " << syncBufferSize in DoCaptureThread()
3229 assert(syncBufferSize >= (syncBufIndex * _recAudioFrameSize) + in DoCaptureThread()