Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc3394 const uint16_t thresholdMS = in PlayProc() local
3397 if (remTimeMS < thresholdMS + 9) in PlayProc()
3445 else if (remTimeMS < thresholdMS - 9) in PlayProc()
3482 else if (thresholdMS + 9 < remTimeMS ) in PlayProc()