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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h771 virtual HRESULT WINAPI get_SourceHeight(long *pSourceHeight) = 0;
814 HRESULT (WINAPI *get_SourceHeight)(IBasicVideo *This,long *pSourceHeight); member in struct:IBasicVideoVtbl
859 #define IBasicVideo_get_SourceHeight(This,pSourceHeight) (This)->lpVtbl->get_SourceHeight(This,pSourceHeight)
977 HRESULT (WINAPI *get_SourceHeight)(IBasicVideo2 *This,long *pSourceHeight); member in struct:IBasicVideo2Vtbl
1023 #define IBasicVideo2_get_SourceHeight(This,pSourceHeight) (This)->lpVtbl->get_SourceHeight(This,pSourceHeight)

Completed in 133 milliseconds