Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/strmbase/
H A Dseeking.c218 …diaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pStop, DWORD dwStopFlags) in SourceSeekingImpl_SetPositions() argument
224 TRACE("(%p, %x, %p, %x)\n", pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SourceSeekingImpl_SetPositions()
228 llNewStop = Adjust(This->llStop, pStop, dwStopFlags); in SourceSeekingImpl_SetPositions()
242 if (pStop && (dwStopFlags & AM_SEEKING_ReturnTime)) in SourceSeekingImpl_SetPositions()
H A Dpospass.c504 …diaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pStop, DWORD dwStopFlags) in MediaSeekingPassThru_SetPositions() argument
509 TRACE("(%p/%p)->(%p,%x,%p,%x)\n", iface, This, pCurrent, dwCurrentFlags, pStop, dwStopFlags); in MediaSeekingPassThru_SetPositions()
512 hr = IMediaSeeking_SetPositions(seek, pCurrent, dwCurrentFlags, pStop, dwStopFlags); in MediaSeekingPassThru_SetPositions()
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp96 …ALLTYPE SetPositions(LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags);
1442 DWORD dwStopFlags) in SetPositions() argument
1456 Positions.StopFlags = (KS_SEEKING_FLAGS)dwStopFlags; in SetPositions()
1473 if (dwStopFlags & AM_SEEKING_ReturnTime) in SetPositions()
1500 hr = pSeek->SetPositions(pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SetPositions()
H A Doutput_pin.cpp139 …ALLTYPE SetPositions(LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags);
733 DWORD dwStopFlags) in SetPositions() argument
742 hr = FilterMediaSeeking->SetPositions(pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SetPositions()
/reactos/sdk/include/dxsdk/
H A Daxcore.idl649 [in] DWORD dwStopFlags);
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h302 …iaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pStop, DWORD dwStopFlags);
/reactos/dll/directx/wine/qcap/
H A Davimux.c1064 DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) in MediaSeeking_SetPositions() argument
1067 FIXME("(%p)->(%p %x %p %x)\n", This, pCurrent, dwCurrentFlags, pStop, dwStopFlags); in MediaSeeking_SetPositions()
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c2517 DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) in MediaSeeking_SetPositions() argument
2524 …RACE("(%p/%p)->(%p, %08x, %p, %08x)\n", This, iface, pCurrent, dwCurrentFlags, pStop, dwStopFlags); in MediaSeeking_SetPositions()
2539 args.stopflags = dwStopFlags; in MediaSeeking_SetPositions()