Searched refs:IMemInputPin (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 102 typedef struct IMemInputPin IMemInputPin; typedef 1708 struct IMemInputPin : public IUnknown { struct 1720 HRESULT (WINAPI *QueryInterface)(IMemInputPin *This,REFIID riid,void **ppvObject); 1721 ULONG (WINAPI *AddRef)(IMemInputPin *This); 1722 ULONG (WINAPI *Release)(IMemInputPin *This); 1723 HRESULT (WINAPI *GetAllocator)(IMemInputPin *This,IMemAllocator **ppAllocator); 1724 … HRESULT (WINAPI *NotifyAllocator)(IMemInputPin *This,IMemAllocator *pAllocator,WINBOOL bReadOnly); 1725 HRESULT (WINAPI *GetAllocatorRequirements)(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps); 1726 HRESULT (WINAPI *Receive)(IMemInputPin *This,IMediaSample *pSample); 1727 …HRESULT (WINAPI *ReceiveMultiple)(IMemInputPin *This,IMediaSample **pSamples,long nSamples,long *n… [all …]
|