Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java623 double[] captureTimes = new double[IMAGE_COUNT]; in testPostviewAndCapture() local
686 captureTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in testPostviewAndCapture()
741 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testPostviewAndCapture()
897 double[] captureTimes = new double[IMAGE_COUNT]; in test10bitRepeatingAndCaptureCombined() local
962 captureTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in test10bitRepeatingAndCaptureCombined()
1001 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in test10bitRepeatingAndCaptureCombined()
1104 double[] captureTimes = new double[IMAGE_COUNT]; in testMultiFrameCapture() local
1143 captureTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in testMultiFrameCapture()
1188 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testMultiFrameCapture()
DPerformanceTest.java381 double[] captureTimes = new double[NUM_TEST_LOOPS]; in testSingleCaptureForFormat() local
472 captureTimes[i] = Stat.getAverage(imageTimes) - startTimeMs; in testSingleCaptureForFormat()
492 mReportLog.addValues(message, captureTimes, ResultType.LOWER_BETTER, ResultUnit.MS); in testSingleCaptureForFormat()
506 avgCaptureTimes[counter] = Stat.getAverage(captureTimes); in testSingleCaptureForFormat()