Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dnetwork.c410 int64_t next_attempt_us = av_gettime_relative(), next_deadline_us; in ff_connect_parallel() local
450 next_attempt_us = av_gettime_relative() + NEXT_ATTEMPT_DELAY_MS * 1000; in ff_connect_parallel()
460 next_deadline_us = FFMIN(next_deadline_us, next_attempt_us); in ff_connect_parallel()