Home
last modified time | relevance | path

Searched refs:gst_xml_helper_set_prop_uint (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdadaptationsetnode.c118 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "id", self->id); in gst_mpd_adaptation_set_get_xml_node()
120 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "group", in gst_mpd_adaptation_set_get_xml_node()
132 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "minBandwidth", in gst_mpd_adaptation_set_get_xml_node()
135 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "maxBandwidth", in gst_mpd_adaptation_set_get_xml_node()
138 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "minWidth", in gst_mpd_adaptation_set_get_xml_node()
141 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "maxWidth", in gst_mpd_adaptation_set_get_xml_node()
144 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "minHeight", in gst_mpd_adaptation_set_get_xml_node()
147 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, "maxHeight", in gst_mpd_adaptation_set_get_xml_node()
157 gst_xml_helper_set_prop_uint (adaptation_set_xml_node, in gst_mpd_adaptation_set_get_xml_node()
Dgstmpdsubrepresentationnode.c54 gst_xml_helper_set_prop_uint (sub_representation_xml_node, "level", in gst_mpd_sub_representation_get_xml_node()
60 gst_xml_helper_set_prop_uint (sub_representation_xml_node, "bandwidth", in gst_mpd_sub_representation_get_xml_node()
Dgstmpdmultsegmentbasenode.c94 gst_xml_helper_set_prop_uint (mult_segment_base_node, "duration", in gst_mpd_mult_segment_base_get_xml_node()
97 gst_xml_helper_set_prop_uint (mult_segment_base_node, "startNumber", in gst_mpd_mult_segment_base_get_xml_node()
Dgstmpdrepresentationnode.c111 gst_xml_helper_set_prop_uint (representation_xml_node, "bandwidth", in gst_mpd_representation_get_xml_node()
114 gst_xml_helper_set_prop_uint (representation_xml_node, "qualityRanking", in gst_mpd_representation_get_xml_node()
Dgstmpdsegmentbasenode.c53 gst_xml_helper_set_prop_uint (segment_base_xml_node, "timescale", in gst_mpd_segment_base_get_xml_node()
Dgstmpdrepresentationbasenode.c232 gst_xml_helper_set_prop_uint (representation_base_node, "width", in gst_mpd_representation_base_get_xml_node()
235 gst_xml_helper_set_prop_uint (representation_base_node, "height", in gst_mpd_representation_base_get_xml_node()
Dgstmpdcontentcomponentnode.c62 gst_xml_helper_set_prop_uint (content_component_xml_node, "id", self->id); in gst_mpd_content_component_get_xml_node()
Dgstxmlhelper.h118 void gst_xml_helper_set_prop_uint (xmlNodePtr root, const gchar * name, guint value);
Dgstxmlhelper.c1104 gst_xml_helper_set_prop_uint (xmlNodePtr node, const gchar * name, guint value) in gst_xml_helper_set_prop_uint() function