Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc3376 int32_t remTimeMS(0); in PlayProc() local
3389 remTimeMS = GetPlayoutBufferDelay(writtenSamples, playedSamples); in PlayProc()
3397 if (remTimeMS < thresholdMS + 9) in PlayProc()
3401 if (remTimeMS == 0) in PlayProc()
3431 else if (remTimeMS < _minPlayBufDelay) in PlayProc()
3445 else if (remTimeMS < thresholdMS - 9) in PlayProc()
3482 else if (thresholdMS + 9 < remTimeMS ) in PlayProc()
3486 … "Need to check playout buffer more often (dT=%u, remTimeMS=%u)", _dTcheckPlayBufDelay, remTimeMS); in PlayProc()