Searched refs:BaseInputPin (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | pin.c | 1038 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_QueryInterface() 1045 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_AddRef() 1052 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_Release() 1059 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_GetAllocator() 1072 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_NotifyAllocator() 1100 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_GetAllocatorRequirements() 1111 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_Receive() 1124 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_ReceiveMultiple() 1140 BaseInputPin *This = impl_from_IMemInputPin(iface); in MemInputPin_ReceiveCanBlock() 1193 BaseInputPin * pPinImpl; in BaseInputPin_Construct() [all …]
|
H A D | transform.c | 49 static inline BaseInputPin *impl_BaseInputPin_from_BasePin( BasePin *iface ) in impl_BaseInputPin_from_BasePin() 51 return CONTAINING_RECORD(iface, BaseInputPin, pin); in impl_BaseInputPin_from_BasePin() 59 static inline BaseInputPin *impl_BaseInputPin_from_IPin( IPin *iface ) in impl_BaseInputPin_from_IPin() 61 return CONTAINING_RECORD(iface, BaseInputPin, pin.IPin_iface); in impl_BaseInputPin_from_IPin() 81 BaseInputPin* This = impl_BaseInputPin_from_BasePin(iface); in TransformFilter_Input_CheckMediaType() 443 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in TransformFilter_InputPin_EndOfStream() 469 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in TransformFilter_InputPin_ReceiveConnection() 495 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in TransformFilter_InputPin_Disconnect() 509 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in TransformFilter_InputPin_BeginFlush() 527 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in TransformFilter_InputPin_EndFlush() [all …]
|
H A D | renderer.c | 36 static inline BaseInputPin *impl_BaseInputPin_from_IPin( IPin *iface ) in impl_BaseInputPin_from_IPin() 38 return CONTAINING_RECORD(iface, BaseInputPin, pin.IPin_iface); in impl_BaseInputPin_from_IPin() 61 BaseInputPin *This = impl_BaseInputPin_from_IPin(iface); in BaseRenderer_InputPin_ReceiveConnection() 81 BaseInputPin *This = impl_BaseInputPin_from_IPin(iface); in BaseRenderer_InputPin_Disconnect() 103 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in BaseRenderer_InputPin_EndOfStream() 127 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in BaseRenderer_InputPin_BeginFlush() 152 BaseInputPin* This = impl_BaseInputPin_from_IPin(iface); in BaseRenderer_InputPin_EndFlush() 219 static HRESULT WINAPI BaseRenderer_Receive(BaseInputPin *pin, IMediaSample * pSample) in BaseRenderer_Receive() 256 hr = BaseInputPin_Construct(&BaseRenderer_InputPin_Vtbl, sizeof(BaseInputPin), &piInput, in BaseRenderer_Init()
|
/reactos/dll/directx/wine/amstream/ |
H A D | mediastream.c | 51 BaseInputPin pin; 130 BaseInputPin_Destroy((BaseInputPin *)This->input_pin); in DirectDrawMediaStreamImpl_IAMMediaStream_Release() 586 static HRESULT WINAPI DirectDrawMediaStreamInputPin_Receive(BaseInputPin *base, IMediaSample *sampl… in DirectDrawMediaStreamInputPin_Receive() 654 BaseInputPin pin; 732 BaseInputPin_Destroy((BaseInputPin *)This->input_pin); in AudioMediaStreamImpl_IAMMediaStream_Release() 1126 static HRESULT WINAPI AudioMediaStreamInputPin_Receive(BaseInputPin *base, IMediaSample *sample) in AudioMediaStreamInputPin_Receive()
|
/reactos/sdk/include/reactos/wine/ |
H A D | strmbase.h | 87 typedef struct BaseInputPin struct 98 } BaseInputPin; typedef 100 typedef HRESULT (WINAPI *BaseInputPin_Receive)(BaseInputPin *This, IMediaSample *pSample); 159 HRESULT WINAPI BaseInputPin_Destroy(BaseInputPin *This); 582 BaseInputPin *pInputPin;
|
/reactos/dll/directx/wine/qcap/ |
H A D | avico.c | 40 BaseInputPin *in; 494 static HRESULT WINAPI AVICompressorIn_Receive(BaseInputPin *base, IMediaSample *pSample) in AVICompressorIn_Receive() 719 hres = BaseInputPin_Construct(&AVICompressorInputPinVtbl, sizeof(BaseInputPin), &in_pin_info, in QCAP_createAVICompressor()
|
H A D | smartteefilter.c | 42 BaseInputPin *input; 402 static HRESULT WINAPI SmartTeeFilterInput_Receive(BaseInputPin *base, IMediaSample *inputSample) in SmartTeeFilterInput_Receive() 666 hr = BaseInputPin_Construct(&SmartTeeFilterInputVtbl, sizeof(BaseInputPin), &inputPinInfo, in QCAP_createSmartTeeFilter()
|
H A D | avimux.c | 59 BaseInputPin pin; 1600 static HRESULT WINAPI AviMuxIn_Receive(BaseInputPin *base, IMediaSample *pSample) in AviMuxIn_Receive() 1724 BaseInputPin *bip = CONTAINING_RECORD(bp, BaseInputPin, pin); in AviMuxIn_from_IPin() 2062 BaseInputPin *bip = CONTAINING_RECORD(iface, BaseInputPin, IMemInputPin_iface); in AviMuxIn_from_IMemInputPin()
|