Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2387 UInt64 nowNs = AudioConvertHostTimeToNanos(AudioGetCurrentHostTime()); in implDeviceIOProc() local
2449 static_cast<int32_t>(1e-3 * (outputTimeNs - nowNs) + 0.5); in implDeviceIOProc()
2489 UInt64 nowNs = AudioConvertHostTimeToNanos(AudioGetCurrentHostTime()); in implInDeviceIOProc() local
2522 static_cast<int32_t>(1e-3 * (nowNs - inputTimeNs) + 0.5); in implInDeviceIOProc()