Searched refs:GST_EVENT_CUSTOM_BOTH (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | cameraevent.cpp | 44 calibrated_event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, s); in gst_camera_event_new_calibrated() 68 if (GST_EVENT_TYPE (event) != GST_EVENT_CUSTOM_BOTH) in gst_camera_event_parse_calibrated()
|
D | gstcameraundistort.cpp | 381 if (GST_EVENT_TYPE (event) == GST_EVENT_CUSTOM_BOTH && structure) { in gst_camera_undistort_sink_event() 400 if (GST_EVENT_TYPE (event) == GST_EVENT_CUSTOM_BOTH && structure) { in gst_camera_undistort_src_event()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstevent.c | 390 event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, structure); in GST_START_TEST() 410 event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, structure); in GST_START_TEST() 501 case GST_EVENT_CUSTOM_BOTH: in event_probe() 516 case GST_EVENT_CUSTOM_BOTH: in event_probe() 707 test_event (pipeline, GST_EVENT_CUSTOM_BOTH, sinkpad, TRUE, srcpad); in GST_START_TEST() 735 test_event (pipeline, GST_EVENT_CUSTOM_BOTH, srcpad, FALSE, srcpad); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpgstdepay.c | 301 etype = GST_EVENT_CUSTOM_BOTH; in read_event() 364 case GST_EVENT_CUSTOM_BOTH: in store_event()
|
D | gstrtpgstpay.c | 560 case GST_EVENT_CUSTOM_BOTH: in gst_rtp_gst_pay_sink_event()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 190 GST_EVENT_CUSTOM_BOTH = GST_EVENT_MAKE_TYPE (310, _FLAG(BOTH) | _FLAG(SERIALIZED)), enumerator
|
D | gstevent.c | 132 {GST_EVENT_CUSTOM_BOTH, "custom-both", 0},
|
D | gstenumtypes.c | 596 { C_ENUM(GST_EVENT_CUSTOM_BOTH), "GST_EVENT_CUSTOM_BOTH", "custom-both" }, in gst_event_type_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpptdemux.c | 661 case GST_EVENT_CUSTOM_BOTH: in gst_rtp_pt_demux_src_event()
|
D | gstrtpssrcdemux.c | 844 case GST_EVENT_CUSTOM_BOTH: in gst_rtp_ssrc_demux_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstdtmfsrc.c | 389 case GST_EVENT_CUSTOM_BOTH: in gst_dtmf_src_send_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 1982 case GST_EVENT_CUSTOM_BOTH: in gst_base_src_send_event()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 58349 rtpgstpay: Fix typo, GST_EVENT_CUSTOM_BOTH has etype of 3
|