Searched refs:gst_xml_helper_set_prop_uint (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdadaptationsetnode.c | 118 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()
|
D | gstmpdsubrepresentationnode.c | 54 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()
|
D | gstmpdmultsegmentbasenode.c | 94 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()
|
D | gstmpdrepresentationnode.c | 111 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()
|
D | gstmpdsegmentbasenode.c | 53 gst_xml_helper_set_prop_uint (segment_base_xml_node, "timescale", in gst_mpd_segment_base_get_xml_node()
|
D | gstmpdrepresentationbasenode.c | 232 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()
|
D | gstmpdcontentcomponentnode.c | 62 gst_xml_helper_set_prop_uint (content_component_xml_node, "id", self->id); in gst_mpd_content_component_get_xml_node()
|
D | gstxmlhelper.h | 118 void gst_xml_helper_set_prop_uint (xmlNodePtr root, const gchar * name, guint value);
|
D | gstxmlhelper.c | 1104 gst_xml_helper_set_prop_uint (xmlNodePtr node, const gchar * name, guint value) in gst_xml_helper_set_prop_uint() function
|