Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/test/
Ddeflickering_test.cc31 int64_t min_runtime = 0; in TEST_F() local
82 if (acc_ticks.Microseconds() < min_runtime || run_idx == 0) { in TEST_F()
83 min_runtime = acc_ticks.Microseconds(); in TEST_F()
95 static_cast<int>(min_runtime / frameNum)); in TEST_F()
Dvideo_processing_unittest.cc226 int64_t min_runtime = 0; local
298 if (runtime < min_runtime || run_idx == 0) {
299 min_runtime = runtime;
306 printf("Min run time = %d us / frame\n\n", static_cast<int>(min_runtime));