Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc1770 _waitCounter = 1700; // Counter for start of adaption of playback buffer in InitPlayout()
3385 _waitCounter++; in PlayProc()
3404 if (_waitCounter > 30) in PlayProc()
3411 _waitCounter = 50; in PlayProc()
3419 _waitCounter = 0; in PlayProc()
3426 _waitCounter = 50; in PlayProc()
3437 if (_waitCounter > 30) in PlayProc()
3441 _waitCounter = 0; in PlayProc()
3490 if (_waitCounter > 2000) in PlayProc()
3494 _waitCounter = 1990; in PlayProc()
Daudio_device_wave_win.h289 int32_t _waitCounter; variable