Home
last modified time | relevance | path

Searched refs:time_tolerance (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
Dct_test.c478 const time_t time_tolerance = 600; /* 10 minutes */ in test_default_ct_policy_eval_ctx_time_is_now() local
481 time_tolerance)) in test_default_ct_policy_eval_ctx_time_is_now()
/third_party/ffmpeg/libavformat/
Dinternal.h545 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
Dutils.c2065 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance) in ff_configure_buffers_for_index() argument
2073 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()