Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReadoutTimestampTest.java140 ReadoutCaptureCallback resultListener = new ReadoutCaptureCallback(); in testReadoutTimestamp()
154 ReadoutCaptureCallback.TimestampTuple[] timestamps = resultListener.getTimestamps(); in testReadoutTimestamp()
165 timestamps[i * 2].mType == ReadoutCaptureCallback.CAPTURE_TIMESTAMP); in testReadoutTimestamp()
168 timestamps[i * 2 + 1].mType == ReadoutCaptureCallback.READOUT_TIMESTAMP); in testReadoutTimestamp()
213 public static class ReadoutCaptureCallback extends CameraCaptureSession.CaptureCallback { class in ReadoutTimestampTest