Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dfifo.c394 int64_t time_to_wait = FFMAX(0, fifo->recovery_wait_time - time_since_recovery); in fifo_thread_recover() local
395 if (time_to_wait) in fifo_thread_recover()
396 av_usleep(FFMIN(10000, time_to_wait)); in fifo_thread_recover()