Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_input_win.cc407 LARGE_INTEGER perf_counter_now = {}; in EstimateLatencyMillis() local
408 if (!::QueryPerformanceCounter(&perf_counter_now)) { in EstimateLatencyMillis()
411 uint64_t qpc_now_raw = perf_counter_now.QuadPart; in EstimateLatencyMillis()