Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3459 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_devicePlayBlockSize); in DoRenderThread() local
3460 …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() local
3938 …E(kTraceInfo, kTraceAudioDevice, _id, "[CAPT] endpointBufferSizeMS : %3.2f", endpointBufferSizeMS); in DoCaptureThread()