Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dtick_util.cc40 LARGE_INTEGER qpcnt; in QueryOsForTicks() local
41 QueryPerformanceCounter(&qpcnt); in QueryOsForTicks()
42 result.ticks_ = qpcnt.QuadPart; in QueryOsForTicks()
/external/webrtc/src/system_wrappers/interface/
Dtick_util.h146 LARGE_INTEGER qpcnt; in Now() local
147 QueryPerformanceCounter(&qpcnt); in Now()
148 result._ticks = qpcnt.QuadPart; in Now()