Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h97 typedef struct IMemAllocatorNotifyCallbackTemp IMemAllocatorNotifyCallbackTemp; typedef
1631 virtual HRESULT WINAPI SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify) = 0;
1646 …HRESULT (WINAPI *SetNotify)(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNoti…
1667 …CallbackTemp_SetNotify_Proxy(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNot…
1677 struct IMemAllocatorNotifyCallbackTemp : public IUnknown { struct
1684 …HRESULT (WINAPI *QueryInterface)(IMemAllocatorNotifyCallbackTemp *This,REFIID riid,void **ppvObjec…
1685 ULONG (WINAPI *AddRef)(IMemAllocatorNotifyCallbackTemp *This);
1686 ULONG (WINAPI *Release)(IMemAllocatorNotifyCallbackTemp *This);
1687 HRESULT (WINAPI *NotifyRelease)(IMemAllocatorNotifyCallbackTemp *This);
1690 struct IMemAllocatorNotifyCallbackTemp { struct
[all …]