Lines Matching refs:IMemAllocator

87 typedef struct IMemAllocator IMemAllocator;  typedef
1569 struct IMemAllocator : public IUnknown { struct
1581 HRESULT (WINAPI *QueryInterface)(IMemAllocator *This,REFIID riid,void **ppvObject);
1582 ULONG (WINAPI *AddRef)(IMemAllocator *This);
1583 ULONG (WINAPI *Release)(IMemAllocator *This);
1584 …HRESULT (WINAPI *SetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPE…
1585 HRESULT (WINAPI *GetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps);
1586 HRESULT (WINAPI *Commit)(IMemAllocator *This);
1587 HRESULT (WINAPI *Decommit)(IMemAllocator *This);
1588 …HRESULT (WINAPI *GetBuffer)(IMemAllocator *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime…
1589 HRESULT (WINAPI *ReleaseBuffer)(IMemAllocator *This,IMediaSample *pBuffer);
1592 struct IMemAllocator { struct
1607 …HRESULT WINAPI IMemAllocator_SetProperties_Proxy(IMemAllocator *This,ALLOCATOR_PROPERTIES *pReques…
1609 …HRESULT WINAPI IMemAllocator_GetProperties_Proxy(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps);
1611 HRESULT WINAPI IMemAllocator_Commit_Proxy(IMemAllocator *This);
1613 HRESULT WINAPI IMemAllocator_Decommit_Proxy(IMemAllocator *This);
1615 …HRESULT WINAPI IMemAllocator_GetBuffer_Proxy(IMemAllocator *This,IMediaSample **ppBuffer,REFERENCE…
1617 HRESULT WINAPI IMemAllocator_ReleaseBuffer_Proxy(IMemAllocator *This,IMediaSample *pBuffer);
1621 typedef IMemAllocator *PMEMALLOCATOR;
1629 struct IMemAllocatorCallbackTemp : public IMemAllocator {
1710 virtual HRESULT WINAPI GetAllocator(IMemAllocator **ppAllocator) = 0;
1711 virtual HRESULT WINAPI NotifyAllocator(IMemAllocator *pAllocator,WINBOOL bReadOnly) = 0;
1723 HRESULT (WINAPI *GetAllocator)(IMemInputPin *This,IMemAllocator **ppAllocator);
1724 … HRESULT (WINAPI *NotifyAllocator)(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly);
1746 HRESULT WINAPI IMemInputPin_GetAllocator_Proxy(IMemInputPin *This,IMemAllocator **ppAllocator);
1748 …HRESULT WINAPI IMemInputPin_NotifyAllocator_Proxy(IMemInputPin *This,IMemAllocator *pAllocator,WIN…
2981 …virtual HRESULT WINAPI RequestAllocator(IMemAllocator *pPreferred,ALLOCATOR_PROPERTIES *pProps,IMe…
2996 …API *RequestAllocator)(IAsyncReader *This,IMemAllocator *pPreferred,ALLOCATOR_PROPERTIES *pProps,I…
3023 …RequestAllocator_Proxy(IAsyncReader *This,IMemAllocator *pPreferred,ALLOCATOR_PROPERTIES *pProps,I…