Home
last modified time | relevance | path

Searched refs:GstCollectPads (Results 1 – 25 of 40) sorted by relevance

12

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.h32 …LLECT_PADS(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_COLLECT_PADS,GstCollectPads))
40 typedef struct _GstCollectPads GstCollectPads; typedef
147 GstCollectPads *collect;
179 typedef GstFlowReturn (*GstCollectPadsFunction) (GstCollectPads *pads, gpointer user_data);
194 typedef GstFlowReturn (*GstCollectPadsBufferFunction) (GstCollectPads *pads, GstCollectData *data,
212 typedef gint (*GstCollectPadsCompareFunction) (GstCollectPads *pads,
231 typedef gboolean (*GstCollectPadsEventFunction) (GstCollectPads *pads, GstCollectData * pad,
248 typedef gboolean (*GstCollectPadsQueryFunction) (GstCollectPads *pads, GstCollectData * pad,
270 typedef GstFlowReturn (*GstCollectPadsClipFunction) (GstCollectPads *pads, GstCollectData *data,
289 typedef void (*GstCollectPadsFlushFunction) (GstCollectPads *pads, gpointer user_data);
[all …]
Dgstcollectpads.c130 G_DEFINE_TYPE_WITH_PRIVATE (GstCollectPads, gst_collect_pads, GST_TYPE_OBJECT);
132 static void gst_collect_pads_clear (GstCollectPads * pads,
141 static GstFlowReturn gst_collect_pads_default_collected (GstCollectPads *
143 static gint gst_collect_pads_default_compare_func (GstCollectPads * pads,
146 static gboolean gst_collect_pads_recalculate_full (GstCollectPads * pads);
150 static gboolean gst_collect_pads_event_default_internal (GstCollectPads *
152 static gboolean gst_collect_pads_query_default_internal (GstCollectPads *
162 #define GST_COLLECT_PADS_GET_EVT_COND(pads) (&((GstCollectPads *)pads)->priv->evt_cond)
163 #define GST_COLLECT_PADS_GET_EVT_LOCK(pads) (&((GstCollectPads *)pads)->priv->evt_lock)
167 while (cookie == ((GstCollectPads *) pads)->priv->evt_cookie) \
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Dstruct_ppc64.h16 {"GstCollectPads", sizeof (GstCollectPads), 152},
Dstruct_x86_64.h16 {"GstCollectPads", sizeof (GstCollectPads), 152},
Dstruct_ppc32.h16 {"GstCollectPads", sizeof (GstCollectPads), 104},
Dstruct_arm.h16 {"GstCollectPads", sizeof (GstCollectPads), 104},
Dstruct_hppa.h16 {"GstCollectPads", sizeof (GstCollectPads), 152},
Dstruct_sparc.h16 {"GstCollectPads", sizeof (GstCollectPads), 152},
Dstruct_i386.h16 {"GstCollectPads", sizeof (GstCollectPads), 92},
Dcollectpads.c44 GstCollectPads *collect;
68 gst_agregator_collected (GstCollectPads * pads, gpointer user_data) in gst_agregator_collected()
307 static GstCollectPads *collect;
321 collected_cb (GstCollectPads * pads, gpointer user_data) in collected_cb()
335 handle_buffer_cb (GstCollectPads * pads, GstCollectData * data, in handle_buffer_cb()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c88 static gboolean gst_multipart_mux_sink_event (GstCollectPads * pads,
90 static GstFlowReturn gst_multipart_mux_collected (GstCollectPads * pads,
402 gst_multipart_mux_sink_event (GstCollectPads * pads, GstCollectData * data, in gst_multipart_mux_sink_event()
430 gst_multipart_mux_collected (GstCollectPads * pads, GstMultipartMux * mux) in gst_multipart_mux_collected()
Dmultipartmux.h69 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.h55 GstCollectPads *cpads;
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.h44 GstCollectPads *collect;
Dgstadder.c208 static gboolean gst_adder_sink_query (GstCollectPads * pads,
212 static gboolean gst_adder_sink_event (GstCollectPads * pads,
222 static GstFlowReturn gst_adder_do_clip (GstCollectPads * pads,
225 static GstFlowReturn gst_adder_collected (GstCollectPads * pads,
324 gst_adder_sink_query (GstCollectPads * pads, GstCollectData * pad, in gst_adder_sink_query()
771 gst_adder_sink_event (GstCollectPads * pads, GstCollectData * pad, in gst_adder_sink_event()
1057 gst_adder_do_clip (GstCollectPads * pads, GstCollectData * data, in gst_adder_do_clip()
1092 gst_adder_collected (GstCollectPads * pads, gpointer user_data) in gst_adder_collected()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.h45 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.h53 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.h73 GstCollectPads *collect; /* pads collector */
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.h52 GstCollectPads *collect;
Dinterleave.c224 static gboolean gst_interleave_sink_event (GstCollectPads * pads,
226 static gboolean gst_interleave_sink_query (GstCollectPads * pads,
235 static GstFlowReturn gst_interleave_collected (GstCollectPads * pads,
864 gst_interleave_sink_event (GstCollectPads * pads, GstCollectData * data, in gst_interleave_sink_event()
937 gst_interleave_sink_query (GstCollectPads * pads, in gst_interleave_sink_query()
1173 gst_interleave_collected (GstCollectPads * pads, GstInterleave * self) in gst_interleave_collected()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.h84 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.h102 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h85 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.h146 GstCollectPads *collect;
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.h159 GstCollectPads *collect;

12