Home
last modified time | relevance | path

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

/cts/common/util/tests/src/com/android/compatibility/common/util/
DStatTest.java55 double average = Stat.getAverage(values); in testGetAverage()
59 average = Stat.getAverage(values); in testGetAverage()
63 average = Stat.getAverage(values); in testGetAverage()
/cts/tests/tvprovider/src/android/tvprovider/cts/
DTvProviderPerfTest.java112 averages[0] = Stat.getAverage(applyBatchTimes); in testChannels()
140 averages[1] = Stat.getAverage(applyBatchTimes); in testChannels()
156 averages[2] = Stat.getAverage(applyBatchTimes); in testChannels()
176 averages[3] = Stat.getAverage(applyBatchTimes); in testChannels()
187 averages[4] = Stat.getAverage(applyBatchTimes); in testChannels()
250 averages[0] = Stat.getAverage(applyBatchTimes); in testPrograms()
285 averages[1] = Stat.getAverage(applyBatchTimes); in testPrograms()
301 averages[2] = Stat.getAverage(applyBatchTimes); in testPrograms()
321 averages[3] = Stat.getAverage(applyBatchTimes); in testPrograms()
341 averages[4] = Stat.getAverage(applyBatchTimes); in testPrograms()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java184 avgCameraLaunchTimes[counter] = Stat.getAverage(cameraLaunchTimes); in testCameraLaunch()
210 Stat.getAverage(avgCameraLaunchTimes), ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch()
320 avgResultTimes[counter] = Stat.getAverage(getResultTimes); in testSingleCapture()
335 Stat.getAverage(avgResultTimes), ResultType.LOWER_BETTER, ResultUnit.MS); in testSingleCapture()
571 Stat.getAverage(maxCaptureGapsMs), ResultType.LOWER_BETTER, ResultUnit.MS); in reprocessingCaptureStallTestByCamera()
677 Stat.getAverage(getImageLatenciesMs), ResultType.LOWER_BETTER, ResultUnit.MS); in reprocessingPerformanceTestByCamera()
690 Stat.getAverage(getImageLatenciesMs), ResultType.LOWER_BETTER, ResultUnit.MS); in reprocessingPerformanceTestByCamera()
/cts/common/util/src/com/android/compatibility/common/util/
DStat.java108 public static double getAverage(double[] data) { in getAverage() method in Stat
/cts/libs/deviceutil/src/android/cts/util/
DMediaPerfUtils.java116 long avg = Math.round(statsUs.getAverage()); in logPerformanceStats()
DMediaUtils.java712 public double getAverage() { in getAverage() method in MediaUtils.Stats
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java739 log.addValue("encoder_average_fps", Stat.getAverage(mEncoderFpsResults), in logQualityResults()
741 log.addValue("decoder_average_fps", Stat.getAverage(mDecoderFpsResults), in logQualityResults()
743 log.setSummary("encoder_decoder_average_fps", Stat.getAverage(mTotalFpsResults), in logQualityResults()