Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/strmbase/
H A Dpin.c360 return CONTAINING_RECORD(iface, BaseOutputPin, pin); in impl_BaseOutputPin_from_BasePin()
365 BaseOutputPin *This = impl_BaseOutputPin_from_IPin(iface); in BaseOutputPinImpl_QueryInterface()
394 BaseOutputPin *This = impl_BaseOutputPin_from_IPin(iface); in BaseOutputPinImpl_Release()
408 BaseOutputPin *This = impl_BaseOutputPin_from_IPin(iface); in BaseOutputPinImpl_Connect()
500 BaseOutputPin *This = impl_BaseOutputPin_from_IPin(iface); in BaseOutputPinImpl_Disconnect()
614 HRESULT WINAPI BaseOutputPinImpl_Active(BaseOutputPin *This) in BaseOutputPinImpl_Active()
634 HRESULT WINAPI BaseOutputPinImpl_Inactive(BaseOutputPin *This) in BaseOutputPinImpl_Inactive()
714 BaseOutputPin *This = impl_BaseOutputPin_from_BasePin(iface); in BaseOutputPinImpl_AttemptConnection()
793 BaseOutputPin * pPinImpl; in BaseOutputPin_Construct()
803 assert(outputpin_size >= sizeof(BaseOutputPin)); in BaseOutputPin_Construct()
[all …]
H A Dtransform.c64 static inline BaseOutputPin *impl_BaseOutputPin_from_IPin( IPin *iface ) in impl_BaseOutputPin_from_IPin()
66 return CONTAINING_RECORD(iface, BaseOutputPin, pin.IPin_iface); in impl_BaseOutputPin_from_IPin()
136 static HRESULT WINAPI TransformFilter_Output_DecideBufferSize(BaseOutputPin *This, IMemAllocator *p… in TransformFilter_Output_DecideBufferSize()
230 …hr = BaseOutputPin_Construct(&TransformFilter_OutputPin_Vtbl, sizeof(BaseOutputPin), &piOutput, &t… in TransformFilter_Init()
H A Doutputqueue.c61 BaseOutputPin *pInputPin, in OutputQueue_Construct()
/reactos/sdk/include/reactos/wine/
H A Dstrmbase.h63 typedef struct BaseOutputPin struct
71 } BaseOutputPin; argument
75 typedef HRESULT (WINAPI *BaseOutputPin_BreakConnect)(BaseOutputPin * This);
134 HRESULT WINAPI BaseOutputPinImpl_Deliver(BaseOutputPin * This, IMediaSample * pSample);
135 HRESULT WINAPI BaseOutputPinImpl_BreakConnect(BaseOutputPin * This);
136 HRESULT WINAPI BaseOutputPinImpl_Active(BaseOutputPin * This);
137 HRESULT WINAPI BaseOutputPinImpl_Inactive(BaseOutputPin * This);
138 HRESULT WINAPI BaseOutputPinImpl_InitAllocator(BaseOutputPin *This, IMemAllocator **pMemAlloc);
143 HRESULT WINAPI BaseOutputPin_Destroy(BaseOutputPin *This);
348 BaseOutputPin * pInputPin;
[all …]
/reactos/dll/directx/wine/quartz/
H A Dparser.c46 static HRESULT WINAPI Parser_OutputPin_DecideBufferSize(BaseOutputPin *iface, IMemAllocator *pAlloc…
49 static HRESULT WINAPI Parser_OutputPin_DecideAllocator(BaseOutputPin *This, IMemInputPin *pPin, IMe…
50 static HRESULT WINAPI Parser_OutputPin_BreakConnect(BaseOutputPin *This);
266 BaseOutputPinImpl_Inactive((BaseOutputPin *)This->ppPins[i]); in Parser_Stop()
339 hr = BaseOutputPinImpl_Active((BaseOutputPin *)This->ppPins[i]); in Parser_Run()
497 …hr = ((BaseOutputPin *)ppOldPins[i + 1])->pFuncsTable->pfnBreakConnect((BaseOutputPin *)ppOldPins[… in Parser_RemoveOutputPins()
573 static HRESULT WINAPI Parser_OutputPin_DecideBufferSize(BaseOutputPin *iface, IMemAllocator *pAlloc… in Parser_OutputPin_DecideBufferSize()
601 static HRESULT WINAPI Parser_OutputPin_DecideAllocator(BaseOutputPin *iface, IMemInputPin *pPin, IM… in Parser_OutputPin_DecideAllocator()
623 static HRESULT WINAPI Parser_OutputPin_BreakConnect(BaseOutputPin *This) in Parser_OutputPin_BreakConnect()
H A Dfilesource.c744 BaseOutputPin pin;
771 static inline FileAsyncReader *impl_from_BaseOutputPin(BaseOutputPin *iface) in impl_from_BaseOutputPin()
776 static inline BaseOutputPin *impl_BaseOutputPin_from_BasePin(BasePin *iface) in impl_BaseOutputPin_from_BasePin()
778 return CONTAINING_RECORD(iface, BaseOutputPin, pin); in impl_BaseOutputPin_from_BasePin()
891 BaseOutputPin *This = impl_BaseOutputPin_from_BasePin(iface); in FileAsyncReaderPin_AttemptConnection()
916 static HRESULT WINAPI FileAsyncReaderPin_DecideBufferSize(BaseOutputPin *iface, IMemAllocator *pAll… in FileAsyncReaderPin_DecideBufferSize()
H A Dacmwrapper.c121 …hr = BaseOutputPinImpl_GetDeliveryBuffer((BaseOutputPin*)This->tf.ppPins[1], &pOutSample, NULL, NU… in ACMWrapper_Receive()
221 hr = BaseOutputPinImpl_Deliver((BaseOutputPin*)This->tf.ppPins[1], pOutSample); in ACMWrapper_Receive()
H A Dparser.h46 BaseOutputPin pin;
H A Davidec.c142 …hr = BaseOutputPinImpl_GetDeliveryBuffer((BaseOutputPin*)This->tf.ppPins[1], &pOutSample, NULL, NU… in AVIDec_Receive()
200 hr = BaseOutputPinImpl_Deliver((BaseOutputPin*)This->tf.ppPins[1], pOutSample); in AVIDec_Receive()
/reactos/dll/directx/wine/qcap/
H A Dsmartteefilter.c43 BaseOutputPin *capture;
44 BaseOutputPin *preview;
520 static HRESULT WINAPI SmartTeeFilterCapture_DecideAllocator(BaseOutputPin *base, IMemInputPin *pPin… in SmartTeeFilterCapture_DecideAllocator()
529 static HRESULT WINAPI SmartTeeFilterCapture_BreakConnect(BaseOutputPin *base) in SmartTeeFilterCapture_BreakConnect()
613 static HRESULT WINAPI SmartTeeFilterPreview_DecideAllocator(BaseOutputPin *base, IMemInputPin *pPin… in SmartTeeFilterPreview_DecideAllocator()
622 static HRESULT WINAPI SmartTeeFilterPreview_BreakConnect(BaseOutputPin *base) in SmartTeeFilterPreview_BreakConnect()
676 hr = BaseOutputPin_Construct(&SmartTeeFilterCaptureVtbl, sizeof(BaseOutputPin), &capturePinInfo, in QCAP_createSmartTeeFilter()
682 hr = BaseOutputPin_Construct(&SmartTeeFilterPreviewVtbl, sizeof(BaseOutputPin), &previewPinInfo, in QCAP_createSmartTeeFilter()
H A Davico.c41 BaseOutputPin *out;
656 static HRESULT WINAPI AVICompressorOut_DecideBufferSize(BaseOutputPin *base, IMemAllocator *alloc, … in AVICompressorOut_DecideBufferSize()
673 static HRESULT WINAPI AVICompressorOut_DecideAllocator(BaseOutputPin *base, in AVICompressorOut_DecideAllocator()
680 static HRESULT WINAPI AVICompressorOut_BreakConnect(BaseOutputPin *base) in AVICompressorOut_BreakConnect()
728 … hres = BaseOutputPin_Construct(&AVICompressorOutputPinVtbl, sizeof(BaseOutputPin), &out_pin_info, in QCAP_createAVICompressor()
H A Dv4l.c625 … hr = BaseOutputPinImpl_GetDeliveryBuffer((BaseOutputPin *)capBox->pOut, &pSample, NULL, NULL, 0); in ReadThread()
644 hr = BaseOutputPinImpl_Deliver((BaseOutputPin *)capBox->pOut, pSample); in ReadThread()
684 BaseOutputPin *out; in qcap_driver_run()
697 out = (BaseOutputPin *)capBox->pOut; in qcap_driver_run()
760 BaseOutputPin *out; in qcap_driver_stop()
765 out = (BaseOutputPin*)capBox->pOut; in qcap_driver_stop()
H A Daudiorecord.c42 BaseOutputPin *output;
H A Dvfwcapture.c102 BaseOutputPin pin;
692 static HRESULT WINAPI VfwPin_DecideBufferSize(BaseOutputPin *iface, IMemAllocator *pAlloc, ALLOCATO… in VfwPin_DecideBufferSize()
H A Davimux.c43 BaseOutputPin pin;
1276 static HRESULT WINAPI AviMuxOut_DecideAllocator(BaseOutputPin *base, in AviMuxOut_DecideAllocator()
1302 static HRESULT WINAPI AviMuxOut_BreakConnect(BaseOutputPin *base) in AviMuxOut_BreakConnect()