Searched refs:endpointBufferSizeMS (Results 1 – 1 of 1) sorted by relevance
3459 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_devicePlayBlockSize); in DoRenderThread() local3460 …E(kTraceInfo, kTraceAudioDevice, _id, "[REND] endpointBufferSizeMS : %3.2f", endpointBufferSizeMS); in DoRenderThread()3613 SleepMs(static_cast<DWORD>(endpointBufferSizeMS+0.5)); in DoRenderThread()3937 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_recBlockSize); in DoCaptureThread() local3938 …E(kTraceInfo, kTraceAudioDevice, _id, "[CAPT] endpointBufferSizeMS : %3.2f", endpointBufferSizeMS); in DoCaptureThread()