Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dcontrol.idl147 [propput] HRESULT SourceWidth( [in] LONG SourceWidth );
148 [propget] HRESULT SourceWidth( [out, retval] LONG *pSourceWidth );
/reactos/sdk/lib/3rdparty/strmbase/
H A Dvideo.c235 HRESULT WINAPI BaseControlVideoImpl_put_SourceWidth(IBasicVideo *iface, LONG SourceWidth) in BaseControlVideoImpl_put_SourceWidth() argument
241 TRACE("(%p/%p)->(%d)\n", This, iface, SourceWidth); in BaseControlVideoImpl_put_SourceWidth()
245 SourceRect.right = SourceRect.left + SourceWidth; in BaseControlVideoImpl_put_SourceWidth()
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h549 HRESULT WINAPI BaseControlVideoImpl_put_SourceWidth(IBasicVideo *iface, LONG SourceWidth);
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c3484 static HRESULT WINAPI BasicVideo_put_SourceWidth(IBasicVideo2 *iface, LONG SourceWidth) in BasicVideo_put_SourceWidth() argument
3490 TRACE("(%p/%p)->(%d)\n", This, iface, SourceWidth); in BasicVideo_put_SourceWidth()
3497 hr = IBasicVideo_put_SourceWidth(pBasicVideo, SourceWidth); in BasicVideo_put_SourceWidth()