Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DShotToShotLatency.java91 ArrayList<Long> latencyTimes = new ArrayList<Long>(); in testShotToShotLatency() local
108 latencyTimes.add(captureTimes.get(j) - captureTimes.get(j - 1)); in testShotToShotLatency()
112 for (long dataPoint : latencyTimes) { in testShotToShotLatency()
115 mean /= latencyTimes.size(); in testShotToShotLatency()
117 for (long dataPoint : latencyTimes) { in testShotToShotLatency()
120 standardDeviation = Math.sqrt(sigmaOfDiffFromMeanSquared / latencyTimes.size()); in testShotToShotLatency()
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGraphicBufferMetrics.java413 List<Long> latencyTimes = new ArrayList<>(); in processGraphicBufferResult() local
448 latencyTimes.add( in processGraphicBufferResult()
460 addResults(status, testTag, KEY_LATENCY, latencyTimes); in processGraphicBufferResult()