Searched refs:IAMDevMemoryAllocator (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 392 typedef struct IAMDevMemoryAllocator IAMDevMemoryAllocator; typedef 5287 struct IAMDevMemoryAllocator : public IUnknown { struct 5298 HRESULT (WINAPI *QueryInterface)(IAMDevMemoryAllocator *This,REFIID riid,void **ppvObject); 5299 ULONG (WINAPI *AddRef)(IAMDevMemoryAllocator *This); 5300 ULONG (WINAPI *Release)(IAMDevMemoryAllocator *This); 5301 …HRESULT (WINAPI *GetInfo)(IAMDevMemoryAllocator *This,DWORD *pdwcbTotalFree,DWORD *pdwcbLargestFre… 5302 HRESULT (WINAPI *CheckMemory)(IAMDevMemoryAllocator *This,const BYTE *pBuffer); 5303 HRESULT (WINAPI *Alloc)(IAMDevMemoryAllocator *This,BYTE **ppBuffer,DWORD *pdwcbBuffer); 5304 HRESULT (WINAPI *Free)(IAMDevMemoryAllocator *This,BYTE *pBuffer); 5305 …HRESULT (WINAPI *GetDevMemoryObject)(IAMDevMemoryAllocator *This,IUnknown **ppUnkInnner,IUnknown *… [all …]
|