Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c364 GstClockTime max_discont; in gst_net_client_internal_clock_observe_times() local
516 max_discont = self->rtt_avg / 4; in gst_net_client_internal_clock_observe_times()
520 (GST_CLOCK_DIFF (remote_avg, min_guess) < (GstClockTimeDiff) (max_discont) in gst_net_client_internal_clock_observe_times()
522 remote_avg) < (GstClockTimeDiff) (max_discont)); in gst_net_client_internal_clock_observe_times()
551 if (synched && ABS (time_discont) > max_discont) { in gst_net_client_internal_clock_observe_times()
555 GST_TIME_FORMAT, GST_TIME_ARGS (max_discont)); in gst_net_client_internal_clock_observe_times()
557 offset = max_discont - time_discont; in gst_net_client_internal_clock_observe_times()
563 offset = -(max_discont + time_discont); in gst_net_client_internal_clock_observe_times()
575 rate_den)) < (GstClockTimeDiff) (max_discont)) in gst_net_client_internal_clock_observe_times()
580 remote_avg) < (GstClockTimeDiff) (max_discont)); in gst_net_client_internal_clock_observe_times()
Dgstptpclock.c1069 GstClockTime max_discont, estimated_ptp_time_min, estimated_ptp_time_max; in update_ptp_time() local
1147 max_discont = domain->mean_path_delay * 3 / 2; in update_ptp_time()
1150 estimated_ptp_time_min = corrected_local_time - max_discont; in update_ptp_time()
1154 estimated_ptp_time_max = corrected_local_time + max_discont; in update_ptp_time()
1191 if (synced && ABS (discont) > max_discont) { in update_ptp_time()
1196 GST_TIME_ARGS (max_discont)); in update_ptp_time()
1198 offset = max_discont - discont; in update_ptp_time()
1204 offset = -(max_discont + discont); in update_ptp_time()
1212 GST_TIME_ARGS (max_discont)); in update_ptp_time()
1216 estimated_ptp_time_min = corrected_local_time - max_discont; in update_ptp_time()
[all …]
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.8795 Use 1/2 a second for default max_discont, as PES streams from DVB
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.82966 Use 1/2 a second for default max_discont, as PES streams from DVB