Searched refs:testIterations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc80 int testIterations = 10; local
124 testIterations = kSpeedTestIterations;
128 testIterations = 1;
138 for (int l = 0; l < testIterations; l++)
148 avgFps /= testIterations;
149 totalEncodeTime[k] /= testIterations;
150 totalDecodeTime[k] /= testIterations;
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp369 IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled);
379 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled)
386 buf << "Iteration " << (testIteration+1) << "/" << testIterations;

Completed in 138 milliseconds