Home
last modified time | relevance | path

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

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