Searched defs:IMemAllocatorCallbackTemp (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h92 typedef struct IMemAllocatorCallbackTemp IMemAllocatorCallbackTemp; typedef in typeref:struct:IMemAllocatorCallbackTemp
1629 struct IMemAllocatorCallbackTemp : public IMemAllocator { struct in inherits:IMemAllocator
1637 HRESULT (WINAPI *QueryInterface)(IMemAllocatorCallbackTemp *This,REFIID riid,void **ppvObject);
1638 ULONG (WINAPI *AddRef)(IMemAllocatorCallbackTemp *This);
1639 ULONG (WINAPI *Release)(IMemAllocatorCallbackTemp *This);
1640 HRESULT (WINAPI *SetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPERTIES *pActual);
1641 HRESULT (WINAPI *GetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pProps);
1642 HRESULT (WINAPI *Commit)(IMemAllocatorCallbackTemp *This);
1643 HRESULT (WINAPI *Decommit)(IMemAllocatorCallbackTemp *Thi
1650 struct IMemAllocatorCallbackTemp { struct
[all...]

Completed in 724 milliseconds