Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/strmbase/
H A Dseeking.c218 …gImpl_SetPositions(IMediaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pS… in SourceSeekingImpl_SetPositions() argument
224 TRACE("(%p, %x, %p, %x)\n", pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SourceSeekingImpl_SetPositions()
227 llNewCurrent = Adjust(This->llCurrent, pCurrent, dwCurrentFlags); in SourceSeekingImpl_SetPositions()
240 if (pCurrent && (dwCurrentFlags & AM_SEEKING_ReturnTime)) in SourceSeekingImpl_SetPositions()
H A Dpospass.c504 …sThru_SetPositions(IMediaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pS… 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 …HRESULT STDMETHODCALLTYPE SetPositions(LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, …
1440 DWORD dwCurrentFlags, in SetPositions() argument
1454 Positions.CurrentFlags = (KS_SEEKING_FLAGS)dwCurrentFlags; in SetPositions()
1465 if (dwCurrentFlags & AM_SEEKING_ReturnTime) in SetPositions()
1500 hr = pSeek->SetPositions(pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SetPositions()
H A Doutput_pin.cpp139 …HRESULT STDMETHODCALLTYPE SetPositions(LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, …
731 DWORD dwCurrentFlags, in SetPositions() argument
742 hr = FilterMediaSeeking->SetPositions(pCurrent, dwCurrentFlags, pStop, dwStopFlags); in SetPositions()
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c2517 DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) in MediaSeeking_SetPositions() argument
2524 …TRACE("(%p/%p)->(%p, %08x, %p, %08x)\n", This, iface, pCurrent, dwCurrentFlags, pStop, dwStopFlags… in MediaSeeking_SetPositions()
2530 if ((dwCurrentFlags & 0x7) != AM_SEEKING_AbsolutePositioning && in MediaSeeking_SetPositions()
2531 (dwCurrentFlags & 0x7) != AM_SEEKING_NoPositioning) in MediaSeeking_SetPositions()
2532 FIXME("Adjust method %x not handled yet!\n", dwCurrentFlags & 0x7); in MediaSeeking_SetPositions()
2534 if (state == State_Running && !(dwCurrentFlags & AM_SEEKING_NoFlush)) in MediaSeeking_SetPositions()
2538 args.curflags = dwCurrentFlags; in MediaSeeking_SetPositions()
2542 if ((dwCurrentFlags & 0x7) != AM_SEEKING_NoPositioning) in MediaSeeking_SetPositions()
2544 if (state == State_Running && !(dwCurrentFlags & AM_SEEKING_NoFlush)) in MediaSeeking_SetPositions()
/reactos/sdk/include/dxsdk/
H A Daxcore.idl647 [in] DWORD dwCurrentFlags,
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h302 …gImpl_SetPositions(IMediaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pS…
/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()