Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h592 typedef struct IDDrawExclModeVideo IDDrawExclModeVideo; typedef
8020 struct IDDrawExclModeVideo : public IUnknown { struct
8033 HRESULT (WINAPI *QueryInterface)(IDDrawExclModeVideo *This,REFIID riid,void **ppvObject);
8034 ULONG (WINAPI *AddRef)(IDDrawExclModeVideo *This);
8035 ULONG (WINAPI *Release)(IDDrawExclModeVideo *This);
8036 HRESULT (WINAPI *SetDDrawObject)(IDDrawExclModeVideo *This,IDirectDraw *pDDrawObject);
8037 …HRESULT (WINAPI *GetDDrawObject)(IDDrawExclModeVideo *This,IDirectDraw **ppDDrawObject,WINBOOL *pb…
8038 … HRESULT (WINAPI *SetDDrawSurface)(IDDrawExclModeVideo *This,IDirectDrawSurface *pDDrawSurface);
8039 …HRESULT (WINAPI *GetDDrawSurface)(IDDrawExclModeVideo *This,IDirectDrawSurface **ppDDrawSurface,WI…
8040 …HRESULT (WINAPI *SetDrawParameters)(IDDrawExclModeVideo *This,const RECT *prcSource,const RECT *pr…
[all …]