Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dfifo.c296 int64_t time_since_recovery; in fifo_thread_attempt_recovery() local
316 time_since_recovery = av_rescale_q(pkt->pts - ctx->last_recovery_ts, in fifo_thread_attempt_recovery()
320 time_since_recovery = fifo->recovery_wait_time; in fifo_thread_attempt_recovery()
323 time_since_recovery = av_gettime_relative() - ctx->last_recovery_ts; in fifo_thread_attempt_recovery()
326 if (time_since_recovery < fifo->recovery_wait_time) in fifo_thread_attempt_recovery()
370 int64_t time_since_recovery = av_gettime_relative() - ctx->last_recovery_ts; in fifo_thread_recover() local
371 int64_t time_to_wait = FFMAX(0, fifo->recovery_wait_time - time_since_recovery); in fifo_thread_recover()