Searched refs:captureTimes (Results 1 – 1 of 1) sorted by relevance
90 ArrayList<Long> captureTimes = new ArrayList<Long>(); in testShotToShotLatency() local102 captureTimes.add(c.getCaptureStartTime()); in testShotToShotLatency()107 for (int j = 1; j < captureTimes.size(); j++) { in testShotToShotLatency()108 latencyTimes.add(captureTimes.get(j) - captureTimes.get(j - 1)); in testShotToShotLatency()