Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java372 double[] avgCaptureTimes = new double[mTestRule.getCameraIdsUnderTest().length]; in testSingleCaptureForFormat() local
506 avgCaptureTimes[counter] = Stat.getAverage(captureTimes); in testSingleCaptureForFormat()
528 mReportLog.setSummary(message, Stat.getAverage(avgCaptureTimes), in testSingleCaptureForFormat()