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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h564 virtual HRESULT WINAPI GetMinIdealImageSize(long *pWidth,long *pHeight) = 0;
614 HRESULT (WINAPI *GetMinIdealImageSize)(IVideoWindow *This,long *pWidth,long *pHeight); member in struct:IVideoWindowVtbl
666 #define IVideoWindow_GetMinIdealImageSize(This,pWidth,pHeight) (This)->lpVtbl->GetMinIdealImageSize(This,pWidth,pHeight)

Completed in 91 milliseconds