Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddemux.h141 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
H A Dseek.c171 void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance) in ff_configure_buffers_for_index() argument
179 av_assert0(time_tolerance >= 0); in ff_configure_buffers_for_index()
209 if (e2_pts < e1_pts || e2_pts - (uint64_t)e1_pts < time_tolerance) in ff_configure_buffers_for_index()
/third_party/openssl/test/
H A 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()

Completed in 3 milliseconds