Searched refs:getAverage (Results 1 – 7 of 7) sorted by relevance
/cts/tests/camera/src/android/hardware/cts/ |
D | LegacyCameraPerformanceTest.java | 146 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes) in testLegacyApiPerformance() 151 + ". Average(ms): " + Stat.getAverage(startPreviewTimes) in testLegacyApiPerformance() 157 + ". Average(ms): " + Stat.getAverage(cameraAutoFocusTimes) in testLegacyApiPerformance() 163 + ". Average(ms): " + Stat.getAverage(stopPreviewTimes) in testLegacyApiPerformance() 168 + ". Average(ms): " + Stat.getAverage(cameraCloseTimes) in testLegacyApiPerformance() 173 + ". Average(ms): " + Stat.getAverage(cameraTakePictureTimes) in testLegacyApiPerformance() 178 avgCameraTakePictureTimes[count++] = Stat.getAverage(cameraTakePictureTimes); in testLegacyApiPerformance() 201 Stat.getAverage(avgCameraTakePictureTimes), ResultType.LOWER_BETTER, in testLegacyApiPerformance()
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 119 averages[0] = Stat.getAverage(applyBatchTimes); in testChannels() 147 averages[1] = Stat.getAverage(applyBatchTimes); in testChannels() 163 averages[2] = Stat.getAverage(applyBatchTimes); in testChannels() 183 averages[3] = Stat.getAverage(applyBatchTimes); in testChannels() 194 averages[4] = Stat.getAverage(applyBatchTimes); in testChannels() 257 averages[0] = Stat.getAverage(applyBatchTimes); in testPrograms() 292 averages[1] = Stat.getAverage(applyBatchTimes); in testPrograms() 308 averages[2] = Stat.getAverage(applyBatchTimes); in testPrograms() 328 averages[3] = Stat.getAverage(applyBatchTimes); in testPrograms() 348 averages[4] = Stat.getAverage(applyBatchTimes); in testPrograms() [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | PerformanceTest.java | 253 avgCameraLaunchTimes[counter] = Stat.getAverage(cameraLaunchTimes); in testCameraLaunch() 279 + ". Average(ms): " + Stat.getAverage(cameraOpenTimes) in testCameraLaunch() 284 + ". Average(ms): " + Stat.getAverage(configureStreamTimes) in testCameraLaunch() 289 + ". Average(ms): " + Stat.getAverage(startPreviewTimes) in testCameraLaunch() 294 + ". Average(ms): " + Stat.getAverage(stopPreviewTimes) in testCameraLaunch() 299 + ". Average(ms): " + Stat.getAverage(cameraCloseTimes) in testCameraLaunch() 304 + ". Average(ms): " + Stat.getAverage(cameraLaunchTimes) in testCameraLaunch() 313 Stat.getAverage(avgCameraLaunchTimes), ResultType.LOWER_BETTER, ResultUnit.MS); in testCameraLaunch() 472 captureTimes[i] = Stat.getAverage(imageTimes) - startTimeMs; in testSingleCaptureForFormat() 505 avgResultTimes[counter] = Stat.getAverage(getResultTimes); in testSingleCaptureForFormat() [all …]
|
D | CameraExtensionSessionTest.java | 738 long avgPostviewLatency = (long) Stat.getAverage(postviewCaptureTimes); in testPostviewAndCapture() 741 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testPostviewAndCapture() 1001 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in test10bitRepeatingAndCaptureCombined() 1188 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testMultiFrameCapture()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 129 long avg = Math.round(statsUs.getAverage()); in logPerformanceStats()
|
D | MediaUtils.java | 964 public double getAverage() { in getAverage() method in MediaUtils.Stats
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 576 log.addValue("encoder_average_fps", Stat.getAverage(mEncoderFpsResults), in logQualityResults() 578 log.addValue("decoder_average_fps", Stat.getAverage(mDecoderFpsResults), in logQualityResults() 580 log.setSummary("encoder_decoder_average_fps", Stat.getAverage(mTotalFpsResults), in logQualityResults()
|