Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mmdevapi/
H A Dcapture.c90 UINT64 pos, qpc; in test_capture() local
101 pos = qpc = 0xdeadbeef; in test_capture()
102 hr = IAudioCaptureClient_GetBuffer(acc, &data, &frames, &flags, &pos, &qpc); in test_capture()
114 pos = qpc = 0xdeadbeef; in test_capture()
124 ok(qpc == 0xdeadbeef, "timer changed to %u\n", (UINT)qpc); in test_capture()
175 hr = IAudioCaptureClient_GetBuffer(acc, &data, &frames, &flags, &pos, &qpc); in test_capture()
223 hr = IAudioCaptureClient_GetBuffer(acc, &data, &frames, &flags, &pos, &qpc); in test_capture()
247 todo_wine_if(qpc2 != qpc) in test_capture()
249 ok(qpc2 == qpc, "HPC after ReleaseBuffer(0) %u vs. %u\n", (UINT)qpc2, (UINT)qpc); in test_capture()
263 pos = qpc = 0xdeadbeef; in test_capture()
[all …]
/reactos/dll/win32/dwmapi/
H A Ddwmapi_main.c248 LARGE_INTEGER performance_frequency, qpc; in DwmGetCompositionTimingInfo() local
271 QueryPerformanceCounter(&qpc); in DwmGetCompositionTimingInfo()
272 info->qpcVBlank = (qpc.QuadPart / info->qpcRefreshPeriod) * info->qpcRefreshPeriod; in DwmGetCompositionTimingInfo()