Home
last modified time | relevance | path

Searched refs:maximumSAPPeriod (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationbasenode.c104 self->maximumSAPPeriod = g_value_get_double (value); in gst_mpd_representation_base_node_set_property()
166 g_value_set_double (value, self->maximumSAPPeriod); in gst_mpd_representation_base_node_get_property()
254 if (self->maximumSAPPeriod) in gst_mpd_representation_base_get_xml_node()
256 "maximumSAPPeriod", self->maximumSAPPeriod); in gst_mpd_representation_base_get_xml_node()
328 self->maximumSAPPeriod = 0; in gst_mpd_representation_base_node_init()
Dgstmpdrepresentationbasenode.h46 gdouble maximumSAPPeriod; member
Dgstmpdparser.c545 &representation_base->maximumSAPPeriod); in gst_mpdparser_parse_representation_base()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1285 assert_equals_float (representationBase->maximumSAPPeriod, 3.4); in GST_START_TEST()