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