Searched refs:roundtrip_limit (Results 1 – 2 of 2) sorted by relevance
142 GstClockTime roundtrip_limit; member228 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; member1109 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() local1136 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 …]
125 clock->roundtrip_limit = rtt_limit * GST_MSECOND; in main()