Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.h63 const uint32_t WEBRTC_PA_PLAYBACK_REQUEST_FACTOR = 2; variable
Daudio_device_pulse_linux.cc1197 _playBufferAttr.minreq = latency / WEBRTC_PA_PLAYBACK_REQUEST_FACTOR; in InitPlayout()
2324 _playBufferAttr.minreq = newLatency / WEBRTC_PA_PLAYBACK_REQUEST_FACTOR; in PaStreamUnderflowCallbackHandler()