Searched refs:captureTimes (Results 1 – 2 of 2) sorted by relevance
623 double[] captureTimes = new double[IMAGE_COUNT]; in testPostviewAndCapture() local686 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() local962 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() local1143 captureTimes[i] = SystemClock.elapsedRealtime() - startTimeMs; in testMultiFrameCapture()1188 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testMultiFrameCapture()
381 double[] captureTimes = new double[NUM_TEST_LOOPS]; in testSingleCaptureForFormat() local472 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()