/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 162 #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 …]
|
D | gstcollectpads.h | 299 #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
|
D | gstflowcombiner.c | 72 GQueue pads; member
|
/third_party/ffmpeg/libavcodec/ |
D | fastaudio.c | 102 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/ |
D | gstfrei0rmixer.c | 426 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/ |
D | multipartmux.c | 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()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 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/ffmpeg/libavfilter/ |
D | avfilter.c | 104 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/ |
D | gstsmpte.c | 299 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/ |
D | videomixer2.c | 632 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/ |
D | collectpads.c | 68 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/ |
D | interleave.c | 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/gstreamer/libs/gst/check/ |
D | gstconsistencychecker.c | 48 GList *pads; member
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 304 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/ |
D | gst-completion-helper.c | 36 const GList *pads; in get_pad_templates_info() local
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | types.h | 11 GSList *pads; member
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.hh | 98 GSList *pads; member
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.h | 78 GList *pads; member
|
D | gstsplitmuxsrc.h | 62 GList *pads; /* pads_lock */ member
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | mpegpsmux.c | 504 mpegpsmux_collected (GstCollectPads * pads, MpegPsMux * mux) in mpegpsmux_collected()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | media.h | 156 __u16 pads; member 235 struct media_pad_desc *pads; member
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 422 GList *pads; in testQueryCheckDataReceived() local
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 2009 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/ |
D | gstelement.c | 798 GPtrArray *pads; in thread_add_remove_pads() local
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 756 GList *pads; in print_pad_templates_info() local 927 const GList *pads; in print_pad_info() local
|