Searched refs:IDDrawExclModeVideoCallback (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 597 typedef struct IDDrawExclModeVideoCallback IDDrawExclModeVideoCallback; typedef 8028 …virtual HRESULT WINAPI SetCallbackInterface(IDDrawExclModeVideoCallback *pCallback,DWORD dwFlags) … 8042 …HRESULT (WINAPI *SetCallbackInterface)(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCal… 8073 …ModeVideo_SetCallbackInterface_Proxy(IDDrawExclModeVideo *This,IDDrawExclModeVideoCallback *pCallb… 8087 struct IDDrawExclModeVideoCallback : public IUnknown { struct 8096 … HRESULT (WINAPI *QueryInterface)(IDDrawExclModeVideoCallback *This,REFIID riid,void **ppvObject); 8097 ULONG (WINAPI *AddRef)(IDDrawExclModeVideoCallback *This); 8098 ULONG (WINAPI *Release)(IDDrawExclModeVideoCallback *This); 8099 …HRESULT (WINAPI *OnUpdateOverlay)(IDDrawExclModeVideoCallback *This,WINBOOL bBefore,DWORD dwFlags,… 8100 …HRESULT (WINAPI *OnUpdateColorKey)(IDDrawExclModeVideoCallback *This,const COLORKEY *pKey,DWORD dw… [all …]
|