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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h779 virtual HRESULT WINAPI get_DestinationHeight(long *pDestinationHeight) = 0;
822 HRESULT (WINAPI *get_DestinationHeight)(IBasicVideo *This,long *pDestinationHeight); member in struct:IBasicVideoVtbl
867 #define IBasicVideo_get_DestinationHeight(This,pDestinationHeight) (This)->lpVtbl->get_DestinationHeight(This,pDestinationHeight)
985 HRESULT (WINAPI *get_DestinationHeight)(IBasicVideo2 *This,long *pDestinationHeight); member in struct:IBasicVideo2Vtbl
1031 #define IBasicVideo2_get_DestinationHeight(This,pDestinationHeight) (This)->lpVtbl->get_DestinationHeight(This,pDestinationHeight)

Completed in 60 milliseconds