Home
last modified time | relevance | path

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

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DShotToShotLatency.java90 ArrayList<Long> captureTimes = new ArrayList<Long>(); in testShotToShotLatency() local
102 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()