Lines Matching refs:IMemAllocatorCallbackTemp
92 typedef struct IMemAllocatorCallbackTemp IMemAllocatorCallbackTemp; typedef
1629 struct IMemAllocatorCallbackTemp : public IMemAllocator { struct
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,ALL…
1641 HRESULT (WINAPI *GetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pProps);
1642 HRESULT (WINAPI *Commit)(IMemAllocatorCallbackTemp *This);
1643 HRESULT (WINAPI *Decommit)(IMemAllocatorCallbackTemp *This);
1644 …HRESULT (WINAPI *GetBuffer)(IMemAllocatorCallbackTemp *This,IMediaSample **ppBuffer,REFERENCE_TIME…
1645 HRESULT (WINAPI *ReleaseBuffer)(IMemAllocatorCallbackTemp *This,IMediaSample *pBuffer);
1646 …HRESULT (WINAPI *SetNotify)(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNoti…
1647 HRESULT (WINAPI *GetFreeCount)(IMemAllocatorCallbackTemp *This,LONG *plBuffersFree);
1650 struct IMemAllocatorCallbackTemp { struct
1667 …HRESULT WINAPI IMemAllocatorCallbackTemp_SetNotify_Proxy(IMemAllocatorCallbackTemp *This,IMemAlloc…
1669 …HRESULT WINAPI IMemAllocatorCallbackTemp_GetFreeCount_Proxy(IMemAllocatorCallbackTemp *This,LONG *…