Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc86 _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()
Daudio_device_alsa_linux.h175 uint32_t _playoutFreq; variable