/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | pin.c | 360 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 D | transform.c | 64 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 D | outputqueue.c | 61 BaseOutputPin *pInputPin, in OutputQueue_Construct()
|
/reactos/sdk/include/reactos/wine/ |
H A D | strmbase.h | 63 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 D | parser.c | 46 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 D | filesource.c | 744 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 D | acmwrapper.c | 121 …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 D | parser.h | 46 BaseOutputPin pin;
|
H A D | avidec.c | 142 …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 D | smartteefilter.c | 43 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 D | avico.c | 41 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 D | v4l.c | 625 … 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 D | audiorecord.c | 42 BaseOutputPin *output;
|
H A D | vfwcapture.c | 102 BaseOutputPin pin; 692 static HRESULT WINAPI VfwPin_DecideBufferSize(BaseOutputPin *iface, IMemAllocator *pAlloc, ALLOCATO… in VfwPin_DecideBufferSize()
|
H A D | avimux.c | 43 BaseOutputPin pin; 1276 static HRESULT WINAPI AviMuxOut_DecideAllocator(BaseOutputPin *base, in AviMuxOut_DecideAllocator() 1302 static HRESULT WINAPI AviMuxOut_BreakConnect(BaseOutputPin *base) in AviMuxOut_BreakConnect()
|