Searched refs:put_DestinationHeight (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h778 virtual HRESULT WINAPI put_DestinationHeight(long DestinationHeight) = 0;
821 HRESULT (WINAPI *put_DestinationHeight)(IBasicVideo *This,long DestinationHeight); member in struct:IBasicVideoVtbl
866 #define IBasicVideo_put_DestinationHeight(This,DestinationHeight) (This)->lpVtbl->put_DestinationHeight(This,DestinationHeight)
984 HRESULT (WINAPI *put_DestinationHeight)(IBasicVideo2 *This,long DestinationHeight); member in struct:IBasicVideo2Vtbl
1030 #define IBasicVideo2_put_DestinationHeight(This,DestinationHeight) (This)->lpVtbl->put_DestinationHeight(This,DestinationHeight)

Completed in 68 milliseconds