Home
last modified time | relevance | path

Searched refs:IMemAllocatorCallbackTemp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h92 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…
[all …]