Searched refs:SourceWidth (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | control.idl | 147 [propput] HRESULT SourceWidth( [in] LONG SourceWidth ); 148 [propget] HRESULT SourceWidth( [out, retval] LONG *pSourceWidth );
|
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | video.c | 235 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 D | strmbase.h | 549 HRESULT WINAPI BaseControlVideoImpl_put_SourceWidth(IBasicVideo *iface, LONG SourceWidth);
|
/reactos/dll/directx/wine/quartz/ |
H A D | filtergraph.c | 3484 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()
|