Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java372 ArrayList<Long> sensorTime = new ArrayList<Long>(MAX_FRAMES_BURST_PRIVATE); in execute() local
393 sensorTime.add(resultTimestamp); in execute()
400 deltaList.add(sensorTime.get(i) - sensorTime.get(i - 1)); in execute()
422 for (int i = 0; i < sensorTime.size(); i++) in execute()
427 sensorTimestampMessage.append(sensorTime.get(i)); in execute()