Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h142 typedef struct IOverlayNotify IOverlayNotify; typedef
2285 struct IOverlayNotify : public IUnknown { struct
2295 HRESULT (WINAPI *QueryInterface)(IOverlayNotify *This,REFIID riid,void **ppvObject);
2296 ULONG (WINAPI *AddRef)(IOverlayNotify *This);
2297 ULONG (WINAPI *Release)(IOverlayNotify *This);
2298 …HRESULT (WINAPI *OnPaletteChange)(IOverlayNotify *This,DWORD dwColors,const PALETTEENTRY *pPalette…
2299 …HRESULT (WINAPI *OnClipChange)(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDestinati…
2300 HRESULT (WINAPI *OnColorKeyChange)(IOverlayNotify *This,const COLORKEY *pColorKey);
2301 …HRESULT (WINAPI *OnPositionChange)(IOverlayNotify *This,const RECT *pSourceRect,const RECT *pDesti…
2304 struct IOverlayNotify { struct
[all …]