IPin               32 3rdparty/include/dshow/strmif.h typedef struct IPin IPin;
IPin              810 3rdparty/include/dshow/strmif.h   struct IPin : public IUnknown {
IPin              812 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Connect(IPin *pReceivePin,const AM_MEDIA_TYPE *pmt) = 0;
IPin              813 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ReceiveConnection(IPin *pConnector,const AM_MEDIA_TYPE *pmt) = 0;
IPin              815 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ConnectedTo(IPin **pPin) = 0;
IPin              822 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI QueryInternalConnections(IPin **apPin,ULONG *nPin) = 0;
IPin              831 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IPin *This,REFIID riid,void **ppvObject);
IPin              832 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IPin *This);
IPin              833 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IPin *This);
IPin              834 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IPin *This,IPin *pReceivePin,const AM_MEDIA_TYPE *pmt);
IPin              835 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReceiveConnection)(IPin *This,IPin *pConnector,const AM_MEDIA_TYPE *pmt);
IPin              836 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IPin *This);
IPin              837 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectedTo)(IPin *This,IPin **pPin);
IPin              838 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectionMediaType)(IPin *This,AM_MEDIA_TYPE *pmt);
IPin              839 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryPinInfo)(IPin *This,PIN_INFO *pInfo);
IPin              840 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryDirection)(IPin *This,PIN_DIRECTION *pPinDir);
IPin              841 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryId)(IPin *This,LPWSTR *Id);
IPin              842 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryAccept)(IPin *This,const AM_MEDIA_TYPE *pmt);
IPin              843 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumMediaTypes)(IPin *This,IEnumMediaTypes **ppEnum);
IPin              844 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInternalConnections)(IPin *This,IPin **apPin,ULONG *nPin);
IPin              845 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EndOfStream)(IPin *This);
IPin              846 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *BeginFlush)(IPin *This);
IPin              847 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EndFlush)(IPin *This);
IPin              848 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NewSegment)(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate);
IPin              875 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_Connect_Proxy(IPin *This,IPin *pReceivePin,const AM_MEDIA_TYPE *pmt);
IPin              877 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_ReceiveConnection_Proxy(IPin *This,IPin *pConnector,const AM_MEDIA_TYPE *pmt);
IPin              879 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_Disconnect_Proxy(IPin *This);
IPin              881 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_ConnectedTo_Proxy(IPin *This,IPin **pPin);
IPin              883 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_ConnectionMediaType_Proxy(IPin *This,AM_MEDIA_TYPE *pmt);
IPin              885 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryPinInfo_Proxy(IPin *This,PIN_INFO *pInfo);
IPin              887 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryDirection_Proxy(IPin *This,PIN_DIRECTION *pPinDir);
IPin              889 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryId_Proxy(IPin *This,LPWSTR *Id);
IPin              891 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryAccept_Proxy(IPin *This,const AM_MEDIA_TYPE *pmt);
IPin              893 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_EnumMediaTypes_Proxy(IPin *This,IEnumMediaTypes **ppEnum);
IPin              895 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_QueryInternalConnections_Proxy(IPin *This,IPin **apPin,ULONG *nPin);
IPin              897 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_EndOfStream_Proxy(IPin *This);
IPin              899 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_BeginFlush_Proxy(IPin *This);
IPin              901 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_EndFlush_Proxy(IPin *This);
IPin              903 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPin_NewSegment_Proxy(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate);
IPin              907 3rdparty/include/dshow/strmif.h   typedef IPin *PPIN;
IPin              917 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Next(ULONG cPins,IPin **ppPins,ULONG *pcFetched) = 0;
IPin              928 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Next)(IEnumPins *This,ULONG cPins,IPin **ppPins,ULONG *pcFetched);
IPin              947 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IEnumPins_Next_Proxy(IEnumPins *This,ULONG cPins,IPin **ppPins,ULONG *pcFetched);
IPin             1022 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ConnectDirect(IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt) = 0;
IPin             1023 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Reconnect(IPin *ppin) = 0;
IPin             1024 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Disconnect(IPin *ppin) = 0;
IPin             1037 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IFilterGraph *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IPin             1038 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IFilterGraph *This,IPin *ppin);
IPin             1039 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IFilterGraph *This,IPin *ppin);
IPin             1068 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_ConnectDirect_Proxy(IFilterGraph *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IPin             1070 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_Reconnect_Proxy(IFilterGraph *This,IPin *ppin);
IPin             1072 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_Disconnect_Proxy(IFilterGraph *This,IPin *ppin);
IPin             1211 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindPin(LPCWSTR Id,IPin **ppPin) = 0;
IPin             1230 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindPin)(IBaseFilter *This,LPCWSTR Id,IPin **ppPin);
IPin             1259 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_FindPin_Proxy(IBaseFilter *This,LPCWSTR Id,IPin **ppPin);
IPin             2623 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Connect(IPin *ppinOut,IPin *ppinIn) = 0;
IPin             2624 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Render(IPin *ppinOut) = 0;
IPin             2641 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IPin             2642 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IGraphBuilder *This,IPin *ppin);
IPin             2643 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IGraphBuilder *This,IPin *ppin);
IPin             2645 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn);
IPin             2646 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IGraphBuilder *This,IPin *ppinOut);
IPin             2678 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_Connect_Proxy(IGraphBuilder *This,IPin *ppinOut,IPin *ppinIn);
IPin             2680 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphBuilder_Render_Proxy(IGraphBuilder *This,IPin *ppinOut);
IPin             2805 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindPin(IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin) = 0;
IPin             2821 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindPin)(ICaptureGraphBuilder2 *This,IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin);
IPin             2858 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICaptureGraphBuilder2_FindPin_Proxy(ICaptureGraphBuilder2 *This,IUnknown *pSource,PIN_DIRECTION pindir,const GUID *pCategory,const GUID *pType,WINBOOL fUnconnected,int num,IPin **ppPin);
IPin             2875 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI ReconnectEx(IPin *ppin,const AM_MEDIA_TYPE *pmt) = 0;
IPin             2876 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI RenderEx(IPin *pPinOut,DWORD dwFlags,DWORD *pvContext) = 0;
IPin             2888 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IFilterGraph2 *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IPin             2889 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IFilterGraph2 *This,IPin *ppin);
IPin             2890 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IFilterGraph2 *This,IPin *ppin);
IPin             2892 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IFilterGraph2 *This,IPin *ppinOut,IPin *ppinIn);
IPin             2893 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IFilterGraph2 *This,IPin *ppinOut);
IPin             2900 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReconnectEx)(IFilterGraph2 *This,IPin *ppin,const AM_MEDIA_TYPE *pmt);
IPin             2901 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderEx)(IFilterGraph2 *This,IPin *pPinOut,DWORD dwFlags,DWORD *pvContext);
IPin             2933 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_ReconnectEx_Proxy(IFilterGraph2 *This,IPin *ppin,const AM_MEDIA_TYPE *pmt);
IPin             2935 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_RenderEx_Proxy(IFilterGraph2 *This,IPin *pPinOut,DWORD dwFlags,DWORD *pvContext);
IPin             2945 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Render(IPin *ppinOut,IGraphBuilder *pGraph) = 0;
IPin             2946 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Backout(IPin *ppinOut,IGraphBuilder *pGraph) = 0;
IPin             2954 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IPin             2955 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Backout)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IPin             2969 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Render_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IPin             2971 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Backout_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IPin             3286 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Init(WINBOOL bSupportRendering,IPin *pPin) = 0;
IPin             3294 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Init)(ISeekingPassThru *This,WINBOOL bSupportRendering,IPin *pPin);
IPin             3307 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ISeekingPassThru_Init_Proxy(ISeekingPassThru *This,WINBOOL bSupportRendering,IPin *pPin);
IPin             4092 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetCaps(IPin *pPin,long *pCapsFlags) = 0;
IPin             4093 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetMode(IPin *pPin,long Mode) = 0;
IPin             4094 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetMode(IPin *pPin,long *Mode) = 0;
IPin             4095 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetCurrentActualFrameRate(IPin *pPin,LONGLONG *ActualFrameRate) = 0;
IPin             4096 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetMaxAvailableFrameRate(IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate) = 0;
IPin             4097 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetFrameRateList(IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates) = 0;
IPin             4105 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCaps)(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
IPin             4106 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetMode)(IAMVideoControl *This,IPin *pPin,long Mode);
IPin             4107 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,long *Mode);
IPin             4108 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);
IPin             4109 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMaxAvailableFrameRate)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate);
IPin             4110 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFrameRateList)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates);
IPin             4128 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetCaps_Proxy(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
IPin             4130 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_SetMode_Proxy(IAMVideoControl *This,IPin *pPin,long Mode);
IPin             4132 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetMode_Proxy(IAMVideoControl *This,IPin *pPin,long *Mode);
IPin             4134 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetCurrentActualFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);
IPin             4136 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetMaxAvailableFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate);
IPin             4138 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetFrameRateList_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates);
IPin             6063 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI FindUpstreamInterface(IPin *pPin,REFIID riid,void **ppvInterface,DWORD dwFlags) = 0;
IPin             6073 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindUpstreamInterface)(IAMGraphStreams *This,IPin *pPin,REFIID riid,void **ppvInterface,DWORD dwFlags);
IPin             6090 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMGraphStreams_FindUpstreamInterface_Proxy(IAMGraphStreams *This,IPin *pPin,REFIID riid,void **ppvInterface,DWORD dwFlags);
IPin             6187 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI CreateOutputPin(AM_MEDIA_TYPE *pMediaType,LPWSTR pszPinName,IPin **ppIPin) = 0;
IPin             6197 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *CreateOutputPin)(IMpeg2Demultiplexer *This,AM_MEDIA_TYPE *pMediaType,LPWSTR pszPinName,IPin **ppIPin);
IPin             6214 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMpeg2Demultiplexer_CreateOutputPin_Proxy(IMpeg2Demultiplexer *This,AM_MEDIA_TYPE *pMediaType,LPWSTR pszPinName,IPin **ppIPin);
IPin             6434 3rdparty/include/dshow/strmif.h     virtual HRESULT UnableToRender(IPin *pPin) = 0;
IPin             8227 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI Reconnect(IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags) = 0;
IPin             8233 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI PushThroughData(IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort) = 0;
IPin             8244 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IPin             8250 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PushThroughData)(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);
IPin             8275 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_Reconnect_Proxy(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
IPin             8287 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IGraphConfig_PushThroughData_Proxy(IGraphConfig *This,IPin *pOutputPin,IPinConnection *pConnection,HANDLE hEventAbort);
IPin              830 modules/videoio/src/cap_dshow.cpp     IPin *pP, *pTo;