Searched defs:put_SourceWidth (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h766 virtual HRESULT WINAPI put_SourceWidth(long SourceWidth) = 0;
809 HRESULT (WINAPI *put_SourceWidth)(IBasicVideo *This,long SourceWidth); member in struct:IBasicVideoVtbl
854 #define IBasicVideo_put_SourceWidth(This,SourceWidth) (This)->lpVtbl->put_SourceWidth(This,SourceWidth)
972 HRESULT (WINAPI *put_SourceWidth)(IBasicVideo2 *This,long SourceWidth); member in struct:IBasicVideo2Vtbl
1018 #define IBasicVideo2_put_SourceWidth(This,SourceWidth) (This)->lpVtbl->put_SourceWidth(This,SourceWidth)

Completed in 58 milliseconds