Home
last modified time | relevance | path

Searched refs:minBufferTime (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrootnode.c105 self->minBufferTime = g_value_get_uint64 (value); in gst_mpd_root_node_set_property()
156 g_value_set_uint64 (value, self->minBufferTime); in gst_mpd_root_node_get_property()
238 if (self->minBufferTime) in gst_mpd_root_get_xml_node()
240 self->minBufferTime); in gst_mpd_root_get_xml_node()
375 self->minBufferTime = 2000; /* [ms] */ in gst_mpd_root_node_init()
Dgstmpdrootnode.h47 guint64 minBufferTime; /* [ms] */ member
Dgstmpdparser.c1046 GST_MPD_DURATION_NONE, &new_mpd_root->minBufferTime); in gst_mpdparser_parse_root_node()
Dgstmpdclient.c465 client->mpd_root_node->minBufferTime = 1500; in gst_mpd_client_new_static()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c181 assert_equals_uint64 (mpdclient->mpd_root_node->minBufferTime, in GST_START_TEST()
6202 assert_equals_uint64 (first_mpdclient->mpd_root_node->minBufferTime, in GST_START_TEST()
6203 second_mpdclient->mpd_root_node->minBufferTime); in GST_START_TEST()