Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/strmbase/
H A Dvideo.c201 HRESULT WINAPI BaseControlVideoImpl_put_SourceLeft(IBasicVideo *iface, LONG SourceLeft) in BaseControlVideoImpl_put_SourceLeft() argument
207 TRACE("(%p/%p)->(%d)\n", This, iface, SourceLeft); in BaseControlVideoImpl_put_SourceLeft()
211 SourceRect.right = (SourceRect.right - SourceRect.left) + SourceLeft; in BaseControlVideoImpl_put_SourceLeft()
212 SourceRect.left = SourceLeft; in BaseControlVideoImpl_put_SourceLeft()
/reactos/sdk/include/psdk/
H A Dcontrol.idl145 [propput] HRESULT SourceLeft( [in] LONG SourceLeft );
146 [propget] HRESULT SourceLeft( [out, retval] LONG *pSourceLeft );
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h547 HRESULT WINAPI BaseControlVideoImpl_put_SourceLeft(IBasicVideo *iface, LONG SourceLeft);
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c3444 static HRESULT WINAPI BasicVideo_put_SourceLeft(IBasicVideo2 *iface, LONG SourceLeft) in BasicVideo_put_SourceLeft() argument
3450 TRACE("(%p/%p)->(%d)\n", This, iface, SourceLeft); in BasicVideo_put_SourceLeft()
3457 hr = IBasicVideo_put_SourceLeft(pBasicVideo, SourceLeft); in BasicVideo_put_SourceLeft()