Searched refs:_playoutDelay (Results 1 – 2 of 2) sorted by relevance
97 _playoutDelay(0), in AudioDeviceLinuxALSA()1586 delayMS = (uint16_t)_playoutDelay * 1000 / _playoutFreq; in PlayoutDelay()2142 _playoutDelay = 0; in RecThreadProcess()2147 &_playoutDelay); // returned delay in frames in RecThreadProcess()2151 _playoutDelay = 0; in RecThreadProcess()2171 _playoutDelay * 1000 / _playoutFreq, in RecThreadProcess()
236 snd_pcm_sframes_t _playoutDelay; variable