Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h639 extern int64_t stats_period;
Dffmpeg_opt.c181 int64_t stats_period = 500000; variable
378 stats_period = user_stats_period; in opt_stats_period()
Dffmpeg.c1533 if (((cur_time - last_time) < stats_period && !first_report) || in print_report()
/third_party/ffmpeg/doc/
Dffmpeg.texi799 @item -stats_period @var{time} (@emph{global})
810 The update period is set using @code{-stats_period}.