Lines Matching refs:IMemInputPin
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…
1728 HRESULT (WINAPI *ReceiveCanBlock)(IMemInputPin *This);
1731 struct IMemInputPin { struct
1746 HRESULT WINAPI IMemInputPin_GetAllocator_Proxy(IMemInputPin *This,IMemAllocator **ppAllocator);
1748 …HRESULT WINAPI IMemInputPin_NotifyAllocator_Proxy(IMemInputPin *This,IMemAllocator *pAllocator,WIN…
1750 …HRESULT WINAPI IMemInputPin_GetAllocatorRequirements_Proxy(IMemInputPin *This,ALLOCATOR_PROPERTIES…
1752 HRESULT WINAPI IMemInputPin_Receive_Proxy(IMemInputPin *This,IMediaSample *pSample);
1754 …HRESULT WINAPI IMemInputPin_ReceiveMultiple_Proxy(IMemInputPin *This,IMediaSample **pSamples,long …
1756 HRESULT WINAPI IMemInputPin_ReceiveCanBlock_Proxy(IMemInputPin *This);
1760 typedef IMemInputPin *PMEMINPUTPIN;