Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h637 typedef struct IVMRSurfaceAllocatorNotify IVMRSurfaceAllocatorNotify; typedef
8463 virtual HRESULT WINAPI AdviseNotify(IVMRSurfaceAllocatorNotify *lpIVMRSurfAllocNotify) = 0;
8474 …HRESULT (WINAPI *AdviseNotify)(IVMRSurfaceAllocator *This,IVMRSurfaceAllocatorNotify *lpIVMRSurfAl…
8496 …SurfaceAllocator_AdviseNotify_Proxy(IVMRSurfaceAllocator *This,IVMRSurfaceAllocatorNotify *lpIVMRS…
8504 struct IVMRSurfaceAllocatorNotify : public IUnknown { struct
8516 … HRESULT (WINAPI *QueryInterface)(IVMRSurfaceAllocatorNotify *This,REFIID riid,void **ppvObject);
8517 ULONG (WINAPI *AddRef)(IVMRSurfaceAllocatorNotify *This);
8518 ULONG (WINAPI *Release)(IVMRSurfaceAllocatorNotify *This);
8519 …HRESULT (WINAPI *AdviseSurfaceAllocator)(IVMRSurfaceAllocatorNotify *This,DWORD_PTR dwUserID,IVMRS…
8520 …HRESULT (WINAPI *SetDDrawDevice)(IVMRSurfaceAllocatorNotify *This,LPDIRECTDRAW7 lpDDrawDevice,HMON…
[all …]