Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dfifo.c93 int64_t last_recovery_ts; member
296 ctx->last_recovery_ts = pkt->pts; in fifo_thread_process_recovery_failure()
298 ctx->last_recovery_ts = av_gettime_relative(); in fifo_thread_process_recovery_failure()
333 ctx->last_recovery_ts = fifo->recovery_wait_streamtime ? in fifo_thread_attempt_recovery()
337 if (ctx->last_recovery_ts == AV_NOPTS_VALUE) { in fifo_thread_attempt_recovery()
339 time_since_recovery = av_rescale_q(pkt->pts - ctx->last_recovery_ts, in fifo_thread_attempt_recovery()
346 time_since_recovery = av_gettime_relative() - ctx->last_recovery_ts; in fifo_thread_attempt_recovery()
393 int64_t time_since_recovery = av_gettime_relative() - ctx->last_recovery_ts; in fifo_thread_recover()