Searched refs:syncBufferSize (Results 1 – 1 of 1) sorted by relevance
3910 const UINT32 syncBufferSize = 2*(bufferLength * _recAudioFrameSize); in DoCaptureThread() local3911 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()