Searched refs:GST_EVENT_QOS (Results 1 – 25 of 31) sorted by relevance
12
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | events2 | 46 GST_EVENT_QOS = (1 << 1),
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.c | 121 {GST_EVENT_QOS, "qos", 0}, 1231 event = gst_event_new_custom (GST_EVENT_QOS, structure); in gst_event_new_qos() 1256 g_return_if_fail (GST_EVENT_TYPE (event) == GST_EVENT_QOS); in gst_event_parse_qos()
|
D | gstevent.h | 175 GST_EVENT_QOS = GST_EVENT_MAKE_TYPE (190, _FLAG(UPSTREAM)), enumerator
|
D | gstenumtypes.c | 587 { C_ENUM(GST_EVENT_QOS), "GST_EVENT_QOS", "qos" }, in gst_event_type_get_type()
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | gstgdpdepay.c | 254 case GST_EVENT_QOS: in gst_gdp_depay_src_event()
|
D | dataprotocol.c | 599 case GST_EVENT_QOS: in gst_dp_event_from_packet_0_2()
|
D | gstgdppay.c | 630 case GST_EVENT_QOS: in gst_gdp_pay_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | gstmonoscope.c | 523 case GST_EVENT_QOS:{ in gst_monoscope_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rmixer.c | 455 case GST_EVENT_QOS: in gst_frei0r_mixer_src_event()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstevent.c | 183 fail_unless (GST_EVENT_TYPE (event) == GST_EVENT_QOS); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstconcat.c | 760 case GST_EVENT_QOS:{ in gst_concat_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 1117 case GST_EVENT_QOS:{ in gst_shape_wipe_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | interleave.c | 1137 case GST_EVENT_QOS: in gst_interleave_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 669 case GST_EVENT_QOS: in gst_image_freeze_src_event()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 747 case GST_EVENT_QOS: in gst_adder_src_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1253 case GST_EVENT_QOS: in gst_audio_visualizer_src_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 2003 case GST_EVENT_QOS: in gst_base_src_send_event() 2125 case GST_EVENT_QOS: in gst_base_src_default_event()
|
D | gstbasetransform.c | 2008 case GST_EVENT_QOS: in gst_base_transform_src_eventfunc()
|
D | gstaggregator.c | 2448 evdata.only_to_active_pads = GST_EVENT_TYPE (event) == GST_EVENT_QOS; in gst_aggregator_default_src_event()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 992 case GST_EVENT_QOS: in gst_video_rate_src_event()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 719 case GST_EVENT_QOS: in gst_ffmpegdemux_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 1489 case GST_EVENT_QOS: in gst_videomixer2_src_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 1280 case GST_EVENT_QOS: in gst_audio_aggregator_src_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 1353 case GST_EVENT_QOS: in gst_video_encoder_src_event_default()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-parse.c | 1445 case GST_EVENT_QOS: in gst_matroska_parse_handle_src_event()
|
12