Searched defs:endpointBufferSizeMS (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3459 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_devicePlayBlockSize); local
3460 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "[REND] endpointBufferSizeMS : %3.2f", endpointBufferSizeMS);
3613 SleepMs(static_cast<DWORD>(endpointBufferSizeMS+0.5));
3937 double endpointBufferSizeMS = 10.0 * ((double)bufferLength / (double)_recBlockSize); local
3938 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "[CAPT] endpointBufferSizeMS : %3.2f", endpointBufferSizeMS);

Completed in 55 milliseconds