IAMDevMemoryAllocator  392 3rdparty/include/dshow/strmif.h typedef struct IAMDevMemoryAllocator IAMDevMemoryAllocator;
IAMDevMemoryAllocator 5287 3rdparty/include/dshow/strmif.h   struct IAMDevMemoryAllocator : public IUnknown {
IAMDevMemoryAllocator 5298 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMDevMemoryAllocator *This,REFIID riid,void **ppvObject);
IAMDevMemoryAllocator 5299 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMDevMemoryAllocator *This);
IAMDevMemoryAllocator 5300 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMDevMemoryAllocator *This);
IAMDevMemoryAllocator 5301 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetInfo)(IAMDevMemoryAllocator *This,DWORD *pdwcbTotalFree,DWORD *pdwcbLargestFree,DWORD *pdwcbTotalMemory,DWORD *pdwcbMinimumChunk);
IAMDevMemoryAllocator 5302 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CheckMemory)(IAMDevMemoryAllocator *This,const BYTE *pBuffer);
IAMDevMemoryAllocator 5303 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Alloc)(IAMDevMemoryAllocator *This,BYTE **ppBuffer,DWORD *pdwcbBuffer);
IAMDevMemoryAllocator 5304 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Free)(IAMDevMemoryAllocator *This,BYTE *pBuffer);
IAMDevMemoryAllocator 5305 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDevMemoryObject)(IAMDevMemoryAllocator *This,IUnknown **ppUnkInnner,IUnknown *pUnkOuter);
IAMDevMemoryAllocator 5322 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMDevMemoryAllocator_GetInfo_Proxy(IAMDevMemoryAllocator *This,DWORD *pdwcbTotalFree,DWORD *pdwcbLargestFree,DWORD *pdwcbTotalMemory,DWORD *pdwcbMinimumChunk);
IAMDevMemoryAllocator 5324 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMDevMemoryAllocator_CheckMemory_Proxy(IAMDevMemoryAllocator *This,const BYTE *pBuffer);
IAMDevMemoryAllocator 5326 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMDevMemoryAllocator_Alloc_Proxy(IAMDevMemoryAllocator *This,BYTE **ppBuffer,DWORD *pdwcbBuffer);
IAMDevMemoryAllocator 5328 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMDevMemoryAllocator_Free_Proxy(IAMDevMemoryAllocator *This,BYTE *pBuffer);
IAMDevMemoryAllocator 5330 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMDevMemoryAllocator_GetDevMemoryObject_Proxy(IAMDevMemoryAllocator *This,IUnknown **ppUnkInnner,IUnknown *pUnkOuter);
IAMDevMemoryAllocator 5334 3rdparty/include/dshow/strmif.h   typedef IAMDevMemoryAllocator *PAMDEVMEMORYALLOCATOR;