Home
last modified time | relevance | path

Searched refs:IPin (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h49 IPin *capture_pin;
69 GstCapturePinMediaType *gst_dshow_new_pin_mediatype (IPin * pin);
72 GstCapturePinMediaType * gst_dshow_new_pin_mediatype_from_enum_mediatypes (IPin * pin,
76 GstCapturePinMediaType *gst_dshow_new_pin_mediatype_from_streamcaps (IPin * pin,
88 PIN_DIRECTION pindir, IPin ** pin);
107 gboolean gst_dshow_is_pin_connected (IPin *pin);
114 bool gst_dshow_configure_latency (IPin *pCapturePin, guint bufSizeMS);
Dgstdshow.cpp78 gst_dshow_new_pin_mediatype (IPin * pin) in gst_dshow_new_pin_mediatype()
89 gst_dshow_new_pin_mediatype_from_enum_mediatypes (IPin * pin, IEnumMediaTypes *enum_mediatypes) in gst_dshow_new_pin_mediatype_from_enum_mediatypes()
112 gst_dshow_new_pin_mediatype_from_streamcaps (IPin * pin, gint id, IAMStreamConfig * streamcaps) in gst_dshow_new_pin_mediatype_from_streamcaps()
160 IPin ** pin) in gst_dshow_get_pin_from_filter()
164 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter()
628 gst_dshow_is_pin_connected (IPin * pin) in gst_dshow_is_pin_connected()
630 IPin *tmp_pin = NULL; in gst_dshow_is_pin_connected()
745 bool gst_dshow_configure_latency (IPin *pCapturePin, guint bufSizeMS) in gst_dshow_configure_latency()
Dgstdshowvideosrc.cpp93 GstCaps *gst_dshowvideosrc_getcaps_from_streamcaps (IPin * pin,
95 GstCaps *gst_dshowvideosrc_getcaps_from_enum_mediatypes (IPin * pin,
368 IPin *capture_pin = NULL; in gst_dshowvideosrc_getcaps_from_capture_filter()
628 IPin *input_pin = NULL; in gst_dshowvideosrc_set_caps()
785 IPin *input_pin = NULL, *output_pin = NULL; in gst_dshowvideosrc_stop()
913 gst_dshowvideosrc_getcaps_from_streamcaps (IPin * pin, GList ** pins_mediatypes) in gst_dshowvideosrc_getcaps_from_streamcaps()
1003 gst_dshowvideosrc_getcaps_from_enum_mediatypes (IPin * pin, GList ** pins_mediatypes) in gst_dshowvideosrc_getcaps_from_enum_mediatypes()
1063 IPin *pPin = NULL; in gst_dshowvideosrc_push_buffer()
Dgstdshowaudiosrc.cpp79 src, IPin * pin, IAMStreamConfig * streamcaps);
315 IPin *capture_pin = NULL; in gst_dshowaudiosrc_get_caps()
486 IPin *input_pin = NULL; in gst_dshowaudiosrc_prepare()
602 IPin *input_pin = NULL, *output_pin = NULL; in gst_dshowaudiosrc_unprepare()
710 gst_dshowaudiosrc_getcaps_from_streamcaps (GstDshowAudioSrc * src, IPin * pin, in gst_dshowaudiosrc_getcaps_from_streamcaps()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowutil.h45 _COM_SMARTPTR_TYPEDEF(IPin, __uuidof(IPin));
54 IPin *gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir);
Dgstdshowutil.cpp30 IPin *
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h164 IPin *connectedto;
172 long WINAPI libAVPin_Connect (libAVPin *, IPin *, const AM_MEDIA_TYPE *);
173 long WINAPI libAVPin_ReceiveConnection (libAVPin *, IPin *, const AM_MEDIA_TYPE *);
175 long WINAPI libAVPin_ConnectedTo (libAVPin *, IPin **);
182 long WINAPI libAVPin_QueryInternalConnections(libAVPin *, IPin **, unsigned long *);
217 long WINAPI libAVEnumPins_Next (libAVEnumPins *, unsigned long, IPin **, unsigned…
275 long WINAPI libAVFilter_FindPin (libAVFilter *, const wchar_t *, IPin **);
316 IPin *device_pin[2];
Ddshow_enumpins.c30 libAVEnumPins_Next(libAVEnumPins *this, unsigned long n, IPin **pins, in DECLARE_ADDREF()
39 *pins = (IPin *) this->pin; in DECLARE_ADDREF()
Ddshow_pin.c33 libAVPin_Connect(libAVPin *this, IPin *pin, const AM_MEDIA_TYPE *type) in DECLARE_ADDREF()
40 libAVPin_ReceiveConnection(libAVPin *this, IPin *pin, in libAVPin_ReceiveConnection()
82 libAVPin_ConnectedTo(libAVPin *this, IPin **pin) in libAVPin_ConnectedTo()
168 libAVPin_QueryInternalConnections(libAVPin *this, IPin **pin, in libAVPin_QueryInternalConnections()
Ddshow_filter.c111 libAVFilter_FindPin(libAVFilter *this, const wchar_t *id, IPin **pin) in libAVFilter_FindPin()
122 *pin = (IPin *) found; in libAVFilter_FindPin()
Ddshow.c323 IPin *pin, int *pformat_set) in dshow_cycle_formats()
469 dshow_set_audio_buffer_size(AVFormatContext *avctx, IPin *pin) in dshow_set_audio_buffer_size()
564 enum dshowSourceFilterType sourcetype, IBaseFilter *device_filter, IPin **ppin) in dshow_cycle_pins()
568 IPin *device_pin = NULL; in dshow_cycle_pins()
569 IPin *pin; in dshow_cycle_pins()
733 IPin *device_pin = NULL; in dshow_open_device()
/third_party/mingw-w64/mingw-w64-headers/include/
Dmspterm.h36 …(ConnectTerminal)(IGraphBuilder *pGraph,DWORD dwTerminalDirection,DWORD *pdwNumPins,IPin **ppPins);
56 virtual HRESULT GetExposedPins(IPin **ppPins) = 0;
64 CComPtr<IPin> m_pIPin;
70 virtual HRESULT GetExposedPins(IPin **ppPins);
Daxcore.idl83 interface IPin;
88 interface IPin : IUnknown {
95 HRESULT Connect ([in] IPin *pReceivePin, [in] const AM_MEDIA_TYPE *pmt);
96 HRESULT ReceiveConnection ([in] IPin *pConnector, [in] const AM_MEDIA_TYPE *pmt);
98 HRESULT ConnectedTo ([out] IPin **pPin);
105 HRESULT QueryInternalConnections ([out] IPin **apPin, [in, out] ULONG *nPin);
111 typedef IPin *PPIN;
116 HRESULT Next ([in] ULONG cPins, [out, size_is (cPins)] IPin **ppPins, [out] ULONG *pcFetched);
140 …HRESULT ConnectDirect ([in] IPin *ppinOut, [in] IPin *ppinIn, [in, unique] const AM_MEDIA_TYPE *pm…
141 HRESULT Reconnect ([in] IPin *ppin);
[all …]
Daxextend.idl585 ( [in] IPin * ppinOut,
586 [in] IPin * ppinIn
590 ( [in] IPin * ppinOut
747 [out] IPin **ppPin);
886 ( [in] IPin * ppin,
890 HRESULT RenderEx( [in] IPin *pPinOut,
905 ( [in] IPin * ppinOut,
910 ( [in] IPin * ppinOut,
1241 HRESULT Init( [in] BOOL bSupportRendering, [in] IPin *pPin);
Dstrmif.h31 typedef interface IPin IPin; typedef
33 interface IPin; variable
750 typedef interface IPin IPin; typedef
752 interface IPin; variable
780 IPin : public IUnknown
783 IPin *pReceivePin,
787 IPin *pConnector,
794 IPin **pPin) = 0;
815 IPin **apPin,
834 __CRT_UUID_DECL(IPin, 0x56a86891, 0x0ad4, 0x11ce, 0xb0,0x3a, 0x00,0x20,0xaf,0x0b,0xa7,0x70)
[all …]
Dksproxy.h121 typedef struct IPin IPin; typedef
395 STDMETHOD_(IPin*,KsGetConnectedPin) (THIS) PURE; in DECLARE_INTERFACE_() local
Dtermmgr.h116 …nnectTerminal(IGraphBuilder *pGraph,DWORD dwTerminalDirection,DWORD *pdwNumPins,IPin **ppPins) = 0;
129 …inalControl *This,IGraphBuilder *pGraph,DWORD dwTerminalDirection,DWORD *pdwNumPins,IPin **ppPins);
153 …inalControl *This,IGraphBuilder *pGraph,DWORD dwTerminalDirection,DWORD *pdwNumPins,IPin **ppPins);
Dstrmif.idl1020 cpp_quote(" virtual HRESULT WINAPI GetCaps(IPin *pPin,LONG *pCapsFlags) = 0;")
1021 cpp_quote(" virtual HRESULT WINAPI SetMode(IPin *pPin,LONG Mode) = 0;")
1022 cpp_quote(" virtual HRESULT WINAPI GetMode(IPin *pPin,LONG *Mode) = 0;")
1023 cpp_quote(" virtual HRESULT WINAPI GetCurrentActualFrameRate(IPin *pPin,LONGLONG *ActualFrameRat…
1024 cpp_quote(" virtual HRESULT WINAPI GetMaxAvailableFrameRate(IPin *pPin,LONG iIndex,SIZE Dimensio…
1025 cpp_quote(" virtual HRESULT WINAPI GetFrameRateList(IPin *pPin,LONG iIndex,SIZE Dimensions,LONG …
1033 cpp_quote(" HRESULT (WINAPI *GetCaps)(IAMVideoControl *This,IPin *pPin,LONG *pCapsFlags);")
1034 cpp_quote(" HRESULT (WINAPI *SetMode)(IAMVideoControl *This,IPin *pPin,LONG Mode);")
1035 cpp_quote(" HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,LONG *Mode);")
1036 cpp_quote(" HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *This,IPin *pPin,LONGL…
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.h45 virtual HRESULT CompleteConnect(IPin *pReceivePin);
Ddshowvideosink.cpp401 static void dump_available_media_types (IPin *pin) in dump_available_media_types()
438 IPin *pin = NULL; in dump_all_pin_media_types()
472 gst_dshow_get_pin_from_filter (IBaseFilter *filter, PIN_DIRECTION pindir, IPin **pin) in gst_dshow_get_pin_from_filter()
476 IPin *pintmp = NULL; in gst_dshow_get_pin_from_filter()
809 IPin *srcpin; in gst_dshowvideosink_connect_graph()
810 IPin *sinkpin; in gst_dshowvideosink_connect_graph()
913 IPin *sinkpin; in gst_dshowvideosink_stop_graph()
1544 IPin *sinkpin; in gst_dshowvideosink_set_caps()
1581 IPin *input_pin = NULL, *output_pin = NULL; in gst_dshowvideosink_stop()
Ddshowvideofakesrc.cpp226 HRESULT VideoFakeSrcPin::CompleteConnect (IPin *pReceivePin) in CompleteConnect()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Damstream.h886 IPin **ppPin);
1015 static FORCEINLINE HRESULT IMediaStreamFilter_FindPin(IMediaStreamFilter* This,LPCWSTR Id,IPin **pp…