Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c123 typedef struct BenchmarkTimeStamps { struct
127 } BenchmarkTimeStamps; argument
130 static BenchmarkTimeStamps get_benchmark_time_stamps(void);
143 static BenchmarkTimeStamps current_time;
702 BenchmarkTimeStamps t = get_benchmark_time_stamps(); in update_benchmark()
4911 static BenchmarkTimeStamps get_benchmark_time_stamps(void) in get_benchmark_time_stamps()
4913 BenchmarkTimeStamps time_stamps = { av_gettime_relative() }; in get_benchmark_time_stamps()
4962 BenchmarkTimeStamps ti; in main()