Home
last modified time | relevance | path

Searched refs:gst_structure_has_name (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c120 if (gst_structure_has_name (structure, "application/x-rtp-stream")) in gst_rtp_stream_depay_set_sink_caps()
122 else if (gst_structure_has_name (structure, "application/x-rtcp-stream")) in gst_rtp_stream_depay_set_sink_caps()
124 else if (gst_structure_has_name (structure, "application/x-srtp-stream")) in gst_rtp_stream_depay_set_sink_caps()
149 if (gst_structure_has_name (structure, "application/x-rtp-stream")) in gst_rtp_stream_depay_get_sink_caps()
151 else if (gst_structure_has_name (structure, "application/x-rtcp-stream")) in gst_rtp_stream_depay_get_sink_caps()
153 else if (gst_structure_has_name (structure, "application/x-srtp-stream")) in gst_rtp_stream_depay_get_sink_caps()
171 if (gst_structure_has_name (structure, "application/x-rtp")) in gst_rtp_stream_depay_get_sink_caps()
173 else if (gst_structure_has_name (structure, "application/x-rtcp")) in gst_rtp_stream_depay_get_sink_caps()
175 else if (gst_structure_has_name (structure, "application/x-srtp")) in gst_rtp_stream_depay_get_sink_caps()
Dgstrtpstreampay.c122 if (gst_structure_has_name (structure, "application/x-rtp")) in gst_rtp_stream_pay_sink_get_caps()
124 else if (gst_structure_has_name (structure, "application/x-rtcp")) in gst_rtp_stream_pay_sink_get_caps()
126 else if (gst_structure_has_name (structure, "application/x-srtp")) in gst_rtp_stream_pay_sink_get_caps()
143 if (gst_structure_has_name (structure, "application/x-rtp-stream")) in gst_rtp_stream_pay_sink_get_caps()
145 else if (gst_structure_has_name (structure, "application/x-rtcp-stream")) in gst_rtp_stream_pay_sink_get_caps()
147 else if (gst_structure_has_name (structure, "application/x-srtp-stream")) in gst_rtp_stream_pay_sink_get_caps()
212 if (gst_structure_has_name (structure, "application/x-rtp")) in gst_rtp_stream_pay_sink_set_caps()
214 else if (gst_structure_has_name (structure, "application/x-rtcp")) in gst_rtp_stream_pay_sink_set_caps()
216 else if (gst_structure_has_name (structure, "application/x-srtp")) in gst_rtp_stream_pay_sink_set_caps()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c365 if (!gst_structure_has_name (structure, "video/x-vp9")) in gst_smart_encoder_force_reencoding_for_caps()
549 if (!gst_structure_has_name (original_struct, "video/x-vp8")) { in smart_encoder_get_caps()
706 if (gst_structure_has_name (s, "video/x-h264") || in _pad_sink_acceptcaps()
707 gst_structure_has_name (s, "video/x-h265")) { in _pad_sink_acceptcaps()
710 } else if (gst_structure_has_name (s, "video/x-vp8") in _pad_sink_acceptcaps()
711 || gst_structure_has_name (s, "video/x-vp9")) { in _pad_sink_acceptcaps()
721 if (gst_structure_has_name (s, "video/x-h264") || in _pad_sink_acceptcaps()
722 gst_structure_has_name (s, "video/x-h265")) { in _pad_sink_acceptcaps()
725 } else if (gst_structure_has_name (s, "video/x-vp8") in _pad_sink_acceptcaps()
726 || gst_structure_has_name (s, "video/x-vp9")) { in _pad_sink_acceptcaps()
[all …]
Dgstencodebasebin.c895 if (!gst_structure_has_name (properties, "element-properties-map")) { in set_element_properties_from_encoding_profile()
920 if (!gst_structure_has_name (tmp_properties, GST_OBJECT_NAME (factory))) { in set_element_properties_from_encoding_profile()
1203 if (gst_structure_has_name (structure, "video/x-h264") && in _capsfilter_force_format()
1210 } else if (gst_structure_has_name (structure, "video/x-h265") && in _capsfilter_force_format()
1221 if (gst_structure_has_name (structure, "video/x-vp8") || in _capsfilter_force_format()
1222 gst_structure_has_name (structure, "video/x-vp9")) { in _capsfilter_force_format()
1348 if (gst_structure_has_name (structure, "video/x-h264")) { in setup_smart_encoder()
1353 } else if (gst_structure_has_name (structure, "video/x-h265")) { in setup_smart_encoder()
1362 if (gst_structure_has_name (structure, "video/x-vp8") || in setup_smart_encoder()
1363 gst_structure_has_name (structure, "video/x-vp9")) { in setup_smart_encoder()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c85 || !gst_structure_has_name (s, GST_VIDEO_EVENT_STILL_STATE_NAME)) in gst_video_event_parse_still_frame()
190 || !gst_structure_has_name (s, GST_VIDEO_EVENT_FORCE_KEY_UNIT_NAME)) in gst_video_event_is_force_key_unit()
230 || !gst_structure_has_name (s, GST_VIDEO_EVENT_FORCE_KEY_UNIT_NAME)) in gst_video_event_parse_downstream_force_key_unit()
303 || !gst_structure_has_name (s, GST_VIDEO_EVENT_FORCE_KEY_UNIT_NAME)) in gst_video_event_parse_upstream_force_key_unit()
Dnavigation.c207 if (s == NULL || !gst_structure_has_name (s, GST_NAVIGATION_QUERY_NAME)) in gst_navigation_query_get_type()
488 if (s == NULL || !gst_structure_has_name (s, GST_NAVIGATION_MESSAGE_NAME)) in gst_navigation_message_get_type()
723 if (s == NULL || !gst_structure_has_name (s, GST_NAVIGATION_EVENT_NAME)) in gst_navigation_event_get_type()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c1157 if (gst_structure_has_name (s, "image/jpeg")) { in gst_v4l2_video_dec_set_metadata()
1159 } else if (gst_structure_has_name (s, "video/mpeg")) { in gst_v4l2_video_dec_set_metadata()
1170 } else if (gst_structure_has_name (s, "video/x-h263")) { in gst_v4l2_video_dec_set_metadata()
1172 } else if (gst_structure_has_name (s, "video/x-fwht")) { in gst_v4l2_video_dec_set_metadata()
1174 } else if (gst_structure_has_name (s, "video/x-h264")) { in gst_v4l2_video_dec_set_metadata()
1177 } else if (gst_structure_has_name (s, "video/x-h265")) { in gst_v4l2_video_dec_set_metadata()
1180 } else if (gst_structure_has_name (s, "video/x-wmv")) { in gst_v4l2_video_dec_set_metadata()
1182 } else if (gst_structure_has_name (s, "video/x-vp8")) { in gst_v4l2_video_dec_set_metadata()
1185 } else if (gst_structure_has_name (s, "video/x-vp9")) { in gst_v4l2_video_dec_set_metadata()
1188 } else if (gst_structure_has_name (s, "video/x-bayer")) { in gst_v4l2_video_dec_set_metadata()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c73 if (gst_structure_has_name (st, "audio/x-raw") || in clear_caps()
74 gst_structure_has_name (st, "video/x-raw") || in clear_caps()
75 gst_structure_has_name (st, "unknown/unknown")) { in clear_caps()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c236 if (gst_structure_has_name (s, "video/x-dirac")) { in mpegpsmux_create_stream()
240 } else if (gst_structure_has_name (s, "audio/x-ac3")) { in mpegpsmux_create_stream()
243 } else if (gst_structure_has_name (s, "audio/x-dts")) { in mpegpsmux_create_stream()
246 } else if (gst_structure_has_name (s, "audio/x-lpcm")) { in mpegpsmux_create_stream()
249 } else if (gst_structure_has_name (s, "video/x-h264")) { in mpegpsmux_create_stream()
264 } else if (gst_structure_has_name (s, "audio/mpeg")) { in mpegpsmux_create_stream()
305 } else if (gst_structure_has_name (s, "video/mpeg")) { in mpegpsmux_create_stream()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgsta2dpsink.c447 if (gst_structure_has_name (structure, "audio/x-sbc")) { in gst_a2dp_sink_init_dynamic_elements()
451 } else if (gst_structure_has_name (structure, "audio/mpeg")) { in gst_a2dp_sink_init_dynamic_elements()
455 } else if (gst_structure_has_name (structure, "audio/x-ldac")) { in gst_a2dp_sink_init_dynamic_elements()
471 if (self->taglist != NULL && gst_structure_has_name (structure, "audio/mpeg")) { in gst_a2dp_sink_init_dynamic_elements()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflvdemux.c290 fail_unless (gst_structure_has_name (s, "audio/x-speex")); in GST_START_TEST()
421 fail_unless (gst_structure_has_name (s, "audio/mpeg")); in GST_START_TEST()
549 fail_unless (gst_structure_has_name (s, "audio/mpeg")); in GST_START_TEST()
634 fail_unless (gst_structure_has_name (s, "video/x-h264")); in GST_START_TEST()
Daacparse.c212 fail_unless (gst_structure_has_name (s, "audio/mpeg")); in GST_START_TEST()
251 fail_unless (gst_structure_has_name (s, "audio/mpeg")); in GST_START_TEST()
Drtpfunnel.c199 fail_unless (gst_structure_has_name (s, "test")); in GST_START_TEST()
217 fail_unless (gst_structure_has_name (s, "test")); in GST_START_TEST()
236 fail_unless (gst_structure_has_name (s, "test")); in GST_START_TEST()
Dmpegaudioparse.c114 fail_unless (gst_structure_has_name (s, "audio/mpeg")); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dpbutils.c101 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
115 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
129 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
143 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
157 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
174 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
187 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
204 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
219 fail_unless (gst_structure_has_name (s, "missing-plugin")); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dcameraevent.cpp73 || !gst_structure_has_name (s, GST_CAMERA_EVENT_CALIBRATED_NAME)) in gst_camera_event_parse_calibrated()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c1638 gst_structure_has_name (s, "uvc-h264-ltr-picture-control")) { in gst_uvc_h264_src_parse_event()
1655 } else if (s && gst_structure_has_name (s, "uvc-h264-bitrate-control")) { in gst_uvc_h264_src_parse_event()
1669 } else if (s && gst_structure_has_name (s, "uvc-h264-qp-control")) { in gst_uvc_h264_src_parse_event()
1703 } else if (s && gst_structure_has_name (s, "uvc-h264-rate-control")) { in gst_uvc_h264_src_parse_event()
1720 } else if (s && gst_structure_has_name (s, "uvc-h264-level-idc")) { in gst_uvc_h264_src_parse_event()
2199 if (primary && gst_structure_has_name (s, "video/x-h264")) { in gst_uvc_h264_src_fixate_caps()
2242 if (gst_structure_has_name (s, "video/x-raw")) { in gst_uvc_h264_src_fixate_caps()
2281 } else if (gst_structure_has_name (s, "image/jpeg")) { in gst_uvc_h264_src_fixate_caps()
2533 if (vid_caps && gst_structure_has_name (vid_struct, "video/x-h264")) { in gst_uvc_h264_src_construct_pipeline()
2581 !gst_structure_has_name (vid_struct, "video/x-h264")) { in gst_uvc_h264_src_construct_pipeline()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmdec.c155 if (gst_structure_has_name (s, "audio/x-gsm")) in gst_gsmdec_set_format()
157 else if (gst_structure_has_name (s, "audio/ms-gsm")) in gst_gsmdec_set_format()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c918 if (gst_structure_has_name (structure, "audio/x-unaligned-raw")) { in gst_raw_audio_parse_caps_to_config()
930 if (gst_structure_has_name (structure, "audio/x-raw")) { in gst_raw_audio_parse_caps_to_config()
951 } else if (gst_structure_has_name (structure, "audio/x-alaw") in gst_raw_audio_parse_caps_to_config()
952 || gst_structure_has_name (structure, "audio/x-mulaw")) { in gst_raw_audio_parse_caps_to_config()
958 gst_structure_has_name (structure, in gst_raw_audio_parse_caps_to_config()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c382 if (gst_structure_has_name (stream_def, "video")) in gst_test_src_bin_uri_handler_set_uri()
389 if (gst_structure_has_name (stream_def, "video")) in gst_test_src_bin_uri_handler_set_uri()
392 else if (gst_structure_has_name (stream_def, "audio")) in gst_test_src_bin_uri_handler_set_uri()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dh263parse.c121 fail_unless (gst_structure_has_name (s, "video/x-h263")); in GST_START_TEST()
Dmpeg4videoparse.c130 fail_unless (gst_structure_has_name (s, "video/mpeg")); in GST_START_TEST()
Dzxing.c94 fail_unless (gst_structure_has_name (s, "barcode")); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/
Dplayrec.c49 if (gst_structure_has_name (str, "GstBinForwarded")) { in message_handler()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtypefindhelper.c67 fail_unless (gst_structure_has_name (s, "foo/x-bar")); in GST_START_TEST()

1234567