/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | seeking.c | 218 …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 D | pospass.c | 504 …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 D | proxy.cpp | 96 …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 D | output_pin.cpp | 139 …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 D | filtergraph.c | 2517 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 D | axcore.idl | 647 [in] DWORD dwCurrentFlags,
|
/reactos/sdk/include/reactos/wine/ |
H A D | strmbase.h | 302 …gImpl_SetPositions(IMediaSeeking * iface, LONGLONG * pCurrent, DWORD dwCurrentFlags, LONGLONG * pS…
|
/reactos/dll/directx/wine/qcap/ |
H A D | avimux.c | 1064 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()
|