Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReadoutTimestampTest.java154 ReadoutCaptureCallback.TimestampTuple[] timestamps = resultListener.getTimestamps(); in testReadoutTimestamp()
217 public static class TimestampTuple { class in ReadoutTimestampTest.ReadoutCaptureCallback
220 public TimestampTuple(int type, Long timestamp) { in TimestampTuple() method in ReadoutTimestampTest.ReadoutCaptureCallback.TimestampTuple
229 private final LinkedBlockingQueue<TimestampTuple> mTimestampQueue =
236 mTimestampQueue.put(new TimestampTuple(CAPTURE_TIMESTAMP, timestamp)); in onCaptureStarted()
246 mTimestampQueue.put(new TimestampTuple(READOUT_TIMESTAMP, timestamp)); in onReadoutStarted()
274 public TimestampTuple[] getTimestamps() { in getTimestamps()
275 return mTimestampQueue.toArray(new TimestampTuple[0]); in getTimestamps()