Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/amstream/
H A Dmediastream.c1262 … STREAM_TIME *end_time, STREAM_TIME *current_time) in IDirectDrawStreamSampleImpl_GetSampleTimes() argument
1264 FIXME("(%p)->(%p,%p,%p): stub\n", iface, start_time, end_time, current_time); in IDirectDrawStreamSampleImpl_GetSampleTimes()
1270 const STREAM_TIME *end_time) in IDirectDrawStreamSampleImpl_SetSampleTimes() argument
1272 FIXME("(%p)->(%p,%p): stub\n", iface, start_time, end_time); in IDirectDrawStreamSampleImpl_SetSampleTimes()
1475 … STREAM_TIME *end_time, STREAM_TIME *current_time) in IAudioStreamSampleImpl_GetSampleTimes() argument
1477 FIXME("(%p)->(%p,%p,%p): stub\n", iface, start_time, end_time, current_time); in IAudioStreamSampleImpl_GetSampleTimes()
1483 const STREAM_TIME *end_time) in IAudioStreamSampleImpl_SetSampleTimes() argument
1485 FIXME("(%p)->(%p,%p): stub\n", iface, start_time, end_time); in IAudioStreamSampleImpl_SetSampleTimes()
/reactos/dll/directx/wine/dsound/
H A Dmixer.c989 DWORD end_time; in DSOUND_timer() local
1007 end_time = GetTickCount(); in DSOUND_timer()
1008 TRACE("completed processing at %d, duration = %d\n", end_time, end_time - start_time); in DSOUND_timer()
/reactos/modules/rostests/winetests/user32/
H A Dinput.c2036 DWORD end_time = GetTickCount() + timeout; in wait_for_event() local
2044 timeout = end_time - GetTickCount(); in wait_for_event()
H A Dwin.c103 DWORD end_time = GetTickCount() + timeout; in wait_for_event() local
111 timeout = end_time - GetTickCount(); in wait_for_event()