Searched refs:last_recovery_ts (Results 1 – 1 of 1) sorted by relevance
93 int64_t last_recovery_ts; member296 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()