Searched refs:max_discont (Results 1 – 4 of 4) sorted by relevance
364 GstClockTime max_discont; in gst_net_client_internal_clock_observe_times() local516 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()
1069 GstClockTime max_discont, estimated_ptp_time_min, estimated_ptp_time_max; in update_ptp_time() local1147 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 …]
795 Use 1/2 a second for default max_discont, as PES streams from DVB
2966 Use 1/2 a second for default max_discont, as PES streams from DVB