Searched refs:latencyTimes (Results 1 – 2 of 2) sorted by relevance
91 ArrayList<Long> latencyTimes = new ArrayList<Long>(); in testShotToShotLatency() local108 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()
413 List<Long> latencyTimes = new ArrayList<>(); in processGraphicBufferResult() local448 latencyTimes.add( in processGraphicBufferResult()460 addResults(status, testTag, KEY_LATENCY, latencyTimes); in processGraphicBufferResult()