Home
last modified time | relevance | path

Searched defs:pads (Results 1 – 25 of 53) sorted by relevance

123

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c162 #define GST_COLLECT_PADS_GET_EVT_COND(pads) (&((GstCollectPads *)pads)->priv->evt_cond) argument
163 #define GST_COLLECT_PADS_GET_EVT_LOCK(pads) (&((GstCollectPads *)pads)->priv->evt_lock) argument
164 #define GST_COLLECT_PADS_EVT_WAIT(pads, cookie) G_STMT_START { \ argument
173 #define GST_COLLECT_PADS_EVT_WAIT_TIMED(pads, cookie, timeout) G_STMT_START { \ argument
184 #define GST_COLLECT_PADS_EVT_BROADCAST(pads) G_STMT_START { \ argument
209 gst_collect_pads_init (GstCollectPads * pads) in gst_collect_pads_init()
255 GstCollectPads *pads = GST_COLLECT_PADS (object); in gst_collect_pads_finalize() local
297 gst_collect_pads_set_buffer_function_locked (GstCollectPads * pads, in gst_collect_pads_set_buffer_function_locked()
318 gst_collect_pads_set_buffer_function (GstCollectPads * pads, in gst_collect_pads_set_buffer_function()
344 gst_collect_pads_set_compare_function (GstCollectPads * pads, in gst_collect_pads_set_compare_function()
[all …]
Dgstcollectpads.h299 #define GST_COLLECT_PADS_GET_STREAM_LOCK(pads) (&((GstCollectPads *)pads)->stream_lock) argument
306 #define GST_COLLECT_PADS_STREAM_LOCK(pads) g_rec_mutex_lock(GST_COLLECT_PADS_GET_STREAM_LOCK (p… argument
313 #define GST_COLLECT_PADS_STREAM_UNLOCK(pads) g_rec_mutex_unlock(GST_COLLECT_PADS_GET_STREAM_LOCK … argument
Dgstflowcombiner.c72 GQueue pads; member
/third_party/ffmpeg/libavcodec/
Dfastaudio.c102 static void set_sample(int i, int j, int v, float *result, int *pads, float value) in set_sample()
128 int inds[4], pads[4]; in fastaudio_decode() local
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c426 gst_frei0r_mixer_sink_query (GstCollectPads * pads, GstCollectData * cdata, in gst_frei0r_mixer_sink_query()
488 gst_frei0r_mixer_sink_event (GstCollectPads * pads, GstCollectData * cdata, in gst_frei0r_mixer_sink_event()
510 gst_frei0r_mixer_collected (GstCollectPads * pads, GstFrei0rMixer * self) in gst_frei0r_mixer_collected()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c402 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()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c324 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/ffmpeg/libavfilter/
Davfilter.c104 AVFilterPad **pads, AVFilterLink ***links, in ff_insert_pad()
561 int avfilter_pad_count(const AVFilterPad *pads) in avfilter_pad_count()
1048 const char *avfilter_pad_get_name(const AVFilterPad *pads, int pad_idx) in avfilter_pad_get_name()
1053 enum AVMediaType avfilter_pad_get_type(const AVFilterPad *pads, int pad_idx) in avfilter_pad_get_type()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c299 gst_smpte_sink_event (GstCollectPads * pads, in gst_smpte_sink_event()
451 gst_smpte_collected (GstCollectPads * pads, GstSMPTE * smpte) in gst_smpte_collected()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c632 gst_videomixer2_sink_query (GstCollectPads * pads, GstCollectData * cdata, in gst_videomixer2_sink_query()
1214 gst_videomixer2_collected (GstCollectPads * pads, GstVideoMixer2 * mix) in gst_videomixer2_collected()
1771 gst_videomixer2_sink_clip (GstCollectPads * pads, in gst_videomixer2_sink_clip()
1825 gst_videomixer2_flush (GstCollectPads * pads, GstVideoMixer2 * mix) in gst_videomixer2_flush()
1834 gst_videomixer2_sink_event (GstCollectPads * pads, GstCollectData * cdata, in gst_videomixer2_sink_event()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcollectpads.c68 gst_agregator_collected (GstCollectPads * pads, gpointer user_data) in gst_agregator_collected()
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/interleave/
Dinterleave.c864 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/gstreamer/libs/gst/check/
Dgstconsistencychecker.c48 GList *pads; member
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c304 gst_ogg_mux_sink_event (GstCollectPads * pads, GstCollectData * pad, in gst_ogg_mux_sink_event()
2011 all_pads_eos (GstCollectPads * pads) in all_pads_eos()
2032 gst_ogg_mux_send_start_events (GstOggMux * ogg_mux, GstCollectPads * pads) in gst_ogg_mux_send_start_events()
2055 gst_ogg_mux_collected (GstCollectPads * pads, GstOggMux * ogg_mux) in gst_ogg_mux_collected()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c36 const GList *pads; in get_pad_templates_info() local
/third_party/gstreamer/gstreamer/gst/parse/
Dtypes.h11 GSList *pads; member
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.hh98 GSList *pads; member
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.h78 GList *pads; member
Dgstsplitmuxsrc.h62 GList *pads; /* pads_lock */ member
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c504 mpegpsmux_collected (GstCollectPads * pads, MpegPsMux * mux) in mpegpsmux_collected()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dmedia.h156 __u16 pads; member
235 struct media_pad_desc *pads; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmssdemux.c422 GList *pads; in testQueryCheckDataReceived() local
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c2009 gst_avi_mux_handle_event (GstCollectPads * pads, GstCollectData * data, in gst_avi_mux_handle_event()
2340 gst_avi_mux_collect_pads (GstCollectPads * pads, GstAviMux * avimux) in gst_avi_mux_collect_pads()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c798 GPtrArray *pads; in thread_add_remove_pads() local
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c756 GList *pads; in print_pad_templates_info() local
927 const GList *pads; in print_pad_info() local

123