Home
last modified time | relevance | path

Searched refs:IVMRWindowlessControl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h642 typedef struct IVMRWindowlessControl IVMRWindowlessControl; typedef
8566 struct IVMRWindowlessControl : public IUnknown { struct
8587 HRESULT (WINAPI *QueryInterface)(IVMRWindowlessControl *This,REFIID riid,void **ppvObject);
8588 ULONG (WINAPI *AddRef)(IVMRWindowlessControl *This);
8589 ULONG (WINAPI *Release)(IVMRWindowlessControl *This);
8590 …HRESULT (WINAPI *GetNativeVideoSize)(IVMRWindowlessControl *This,LONG *lpWidth,LONG *lpHeight,LONG…
8591 … HRESULT (WINAPI *GetMinIdealVideoSize)(IVMRWindowlessControl *This,LONG *lpWidth,LONG *lpHeight);
8592 … HRESULT (WINAPI *GetMaxIdealVideoSize)(IVMRWindowlessControl *This,LONG *lpWidth,LONG *lpHeight);
8593 …HRESULT (WINAPI *SetVideoPosition)(IVMRWindowlessControl *This,const LPRECT lpSRCRect,const LPRECT…
8594 … HRESULT (WINAPI *GetVideoPosition)(IVMRWindowlessControl *This,LPRECT lpSRCRect,LPRECT lpDSTRect);
[all …]