Home
last modified time | relevance | path

Searched refs:gst_structure_foreach (Results 1 – 25 of 36) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tests/examples/mxf/
Dmxfdemux-structure.c80 gst_structure_foreach (s, insert_field, &child_iter); in insert_field()
97 gst_structure_foreach (s, insert_field, &iter); in insert_field()
118 gst_structure_foreach (s, insert_field, iter); in insert_structure()
/third_party/gstreamer/gstreamer/gst/
Dgsttracerrecord.c121 gst_structure_foreach (structure, build_field_template, s); in gst_tracer_record_build_format()
Dgststructure.c1140 gst_structure_foreach (const GstStructure * structure, in gst_structure_foreach() function
2839 return gst_structure_foreach (structure1, gst_structure_is_equal_foreach, in gst_structure_is_equal()
2907 if (G_UNLIKELY (!gst_structure_foreach ((GstStructure *) struct1, in gst_structure_intersect()
2913 if (G_UNLIKELY (!gst_structure_foreach ((GstStructure *) struct2, in gst_structure_intersect()
2971 return gst_structure_foreach ((GstStructure *) struct1, in gst_structure_can_intersect()
3019 return gst_structure_foreach ((GstStructure *) superset, in gst_structure_is_subset()
3036 gst_structure_foreach (structure, default_fixate, structure); in gst_structure_fixate()
Dgstcaps.c1191 return gst_structure_foreach (structure, gst_caps_is_fixed_foreach, NULL); in gst_caps_is_fixed()
1790 ret = gst_structure_foreach ((GstStructure *) subtrahend, in gst_caps_structure_subtract()
1969 while (!gst_structure_foreach (nf.structure, in gst_caps_normalize()
2053 if (gst_structure_foreach (simplify, in gst_caps_structure_simplify()
Dgststructure.h232 gboolean gst_structure_foreach (const GstStructure * structure,
Dgsttaglist.c1161 gst_structure_foreach (GST_TAG_LIST_STRUCTURE (from), in gst_tag_list_insert()
1448 gst_structure_foreach (GST_TAG_LIST_STRUCTURE (list), in gst_tag_list_foreach()
Dgstdebugutils.c449 gst_structure_foreach (structure, string_append_field, (gpointer) str); in debug_dump_describe_caps()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c64 while (!gst_structure_foreach (st, in clear_caps()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c276 if (!gst_structure_foreach (s, gst_caps_is_fixed_foreach, NULL)) { in gst_caps_setter_set_property()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c189 gst_structure_foreach (props, print_structure_field, NULL); in print_device()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c249 gst_structure_foreach (props, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcaps.c1059 fail_unless (gst_structure_foreach (st, _caps_is_fixed_foreach, NULL)); in GST_START_TEST()
1077 fail_unless (gst_structure_foreach (st, _caps_is_fixed_foreach, NULL)); in GST_START_TEST()
1094 fail_unless (gst_structure_foreach (st, _caps_is_fixed_foreach, NULL)); in GST_START_TEST()
Dgststructure.c854 fail_unless (gst_structure_foreach (s, foreach_func, &sum)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c375 gst_structure_foreach (properties, make_proplist_item, proplist); in gst_pulse_make_proplist()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfiltershader.c405 gst_structure_foreach (filtershader->uniforms, in _update_uniforms()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c744 gst_structure_foreach (rtx->rtx_pt_map_structure, in gst_rtp_rtx_receive_set_property()
Dgstrtprtxsend.c915 gst_structure_foreach (rtx->rtx_pt_map_structure, structure_to_hash_table, in gst_rtp_rtx_send_set_property()
Drtpsource.c526 changed = !gst_structure_foreach (sdes, sdes_struct_compare_func, src->sdes); in rtp_source_set_sdes_struct()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1671 gst_structure_foreach (splitmux->sink_properties, in start_next_fragment()
1688 gst_structure_foreach (splitmux->muxer_properties, in start_next_fragment()
2888 gst_structure_foreach (splitmux->muxer_properties, in create_muxer()
2982 gst_structure_foreach (splitmux->sink_properties, in create_sink()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2_calls.c1018 return gst_structure_foreach (controls, set_control, v4l2object); in gst_v4l2_set_controls()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c192 gst_structure_foreach (structure, print_field, (gpointer) pfx); in print_caps()
641 gst_structure_foreach (s, print_field, in print_object_properties_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c368 gst_structure_foreach (config, copy_config, convert); in gst_audio_converter_update_config()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c1080 gst_structure_foreach (s, (GstStructureForeachFunc) copy_fixed, d); in gst_rtp_base_payload_negotiate()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c1895 gst_structure_foreach (trans->local_rtx_ssrc_map, in _media_add_ssrcs()
1921 gst_structure_foreach (trans->local_rtx_ssrc_map, in _media_add_ssrcs()
3062 gst_structure_foreach (s, in _update_transport_ptmap_from_media()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c1096 gst_structure_foreach (s->request_headers, _headers_to_curl_slist, in gst_curl_http_src_create_easy_handle()

12