Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc1191 WEBRTC_PA_MSECS_PER_SEC; in InitPlayout()
1306 * WEBRTC_PA_LOW_CAPTURE_LATENCY_MSECS / WEBRTC_PA_MSECS_PER_SEC; in InitRecording()
1313 * WEBRTC_PA_CAPTURE_BUFFER_EXTRA_MSECS / WEBRTC_PA_MSECS_PER_SEC; in InitRecording()
2319 WEBRTC_PA_MSECS_PER_SEC; in PaStreamUnderflowCallbackHandler()
Daudio_device_pulse_linux.h81 const uint32_t WEBRTC_PA_MSECS_PER_SEC = 1000; variable