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

/external/opencv3/3rdparty/include/dshow/
H A Dcontrol.h57 typedef struct IBasicVideo IBasicVideo; typedef in typeref:struct:IBasicVideo
757 struct IBasicVideo : public IDispatch { struct in inherits:IDispatch
795 HRESULT (WINAPI *QueryInterface)(IBasicVideo *This,REFIID riid,void **ppvObject);
796 ULONG (WINAPI *AddRef)(IBasicVideo *This);
797 ULONG (WINAPI *Release)(IBasicVideo *This);
798 HRESULT (WINAPI *GetTypeInfoCount)(IBasicVideo *This,UINT *pctinfo);
799 HRESULT (WINAPI *GetTypeInfo)(IBasicVideo *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
800 HRESULT (WINAPI *GetIDsOfNames)(IBasicVideo *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
801 HRESULT (WINAPI *Invoke)(IBasicVideo *Thi
836 struct IBasicVideo { struct
[all...]

Completed in 55 milliseconds