Searched refs:_playoutFreq (Results 1 – 2 of 2) sorted by relevance
86 _playoutFreq(ALSA_PLAYOUT_FREQ), in AudioDeviceLinuxALSA()807 _playoutFramesIn10MS = _playoutFreq / 100; in InitPlayout()817 _playoutFreq, // rate in InitPlayout()846 _ptrAudioBuffer->SetPlayoutSampleRate(_playoutFreq); in InitPlayout()1211 delayMS = (uint16_t)_playoutDelay * 1000 / _playoutFreq; in PlayoutDelay()1618 _ptrAudioBuffer->SetVQEData(_playoutDelay * 1000 / _playoutFreq, in RecThreadProcess()
175 uint32_t _playoutFreq; variable