Home
last modified time | relevance | path

Searched refs:roundtrip_limit (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c142 GstClockTime roundtrip_limit; member
228 self->roundtrip_limit = DEFAULT_ROUNDTRIP_LIMIT; in gst_net_client_internal_clock_init()
370 rtt_limit = self->roundtrip_limit; in gst_net_client_internal_clock_observe_times()
991 GstClockTime roundtrip_limit; member
1109 priv->roundtrip_limit = DEFAULT_ROUNDTRIP_LIMIT; in gst_net_client_clock_init()
1122 GstClockTime roundtrip_limit = 0, minimum_update_interval = 0; in update_clock_cache() local
1136 if (roundtrip_limit == 0) in update_clock_cache()
1137 roundtrip_limit = clock->priv->roundtrip_limit; in update_clock_cache()
1139 roundtrip_limit = MAX (roundtrip_limit, clock->priv->roundtrip_limit); in update_clock_cache()
1150 GST_NET_CLIENT_INTERNAL_CLOCK (cache->clock)->roundtrip_limit = in update_clock_cache()
[all …]
/third_party/gstreamer/gstreamer/tests/misc/
Dnetclock-replay.c125 clock->roundtrip_limit = rtt_limit * GST_MSECOND; in main()