Searched refs:time_tolerance (Results 1 – 3 of 3) sorted by relevance
478 const time_t time_tolerance = 600; /* 10 minutes */ in test_default_ct_policy_eval_ctx_time_is_now() local481 time_tolerance)) in test_default_ct_policy_eval_ctx_time_is_now()
545 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
2065 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance) in ff_configure_buffers_for_index() argument2073 av_assert0(time_tolerance >= 0); in ff_configure_buffers_for_index()2102 if (e2_pts < e1_pts || e2_pts - (uint64_t)e1_pts < time_tolerance) in ff_configure_buffers_for_index()