Searched refs:pcpos (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/mmdevapi/ |
H A D | render.c | 866 UINT64 freq, pos, pcpos0, pcpos, last; in test_clock() local 1093 hr = IAudioClock_GetPosition(acl, &pos, &pcpos); in test_clock() 1096 ok(pcpos > pcpos0, "pcpos should increase\n"); in test_clock() 1143 hr = IAudioClock_GetPosition(acl, &pos, &pcpos); in test_clock() 1147 ok(pcpos > pcpos0, "pcpos should increase\n"); in test_clock() 1160 pcpos0 = pcpos; in test_clock() 1209 hr = IAudioClock_GetPosition(acl, &pos, &pcpos); in test_clock() 1218 hr = IAudioClock_GetPosition(acl, &pos, &pcpos); in test_clock() 1227 (ULONG)((pcpos-pcpos0)/10000)); in test_clock() 2062 UINT64 freq, pos, pcpos0, pcpos; in test_worst_case() local [all …]
|