Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java382 double[] getPartialTimes = new double[NUM_TEST_LOOPS]; in testSingleCaptureForFormat() local
474 getPartialTimes[i] = partialResultNTime.second - startTimeMs; in testSingleCaptureForFormat()
475 if (getPartialTimes[i] < 0) { in testSingleCaptureForFormat()
497 mReportLog.addValues(message, getPartialTimes, ResultType.LOWER_BETTER, in testSingleCaptureForFormat()