Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc2429 int32_t tmpLatency = (int32_t) -latency; in LatencyUsecs() local
2430 if (tmpLatency < 0) in LatencyUsecs()
2433 tmpLatency = 0; in LatencyUsecs()
2436 return tmpLatency; in LatencyUsecs()