Home
last modified time | relevance | path

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

/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
DShotToShotLatency.java91 ArrayList<Long> captureTimes = new ArrayList<Long>(); in testShotToShotLatency() local
103 captureTimes.add(c.getCaptureStartTime()); in testShotToShotLatency()
108 for (int j = 1; j < captureTimes.size(); j++) { in testShotToShotLatency()
109 latencyTimes.add(captureTimes.get(j) - captureTimes.get(j - 1)); in testShotToShotLatency()
/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()