Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java391 long resultTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in execute() local
394 resultExposure, resultSensitivity, resultTimestamp)); in execute()
396 sensorTime.add(resultTimestamp); in execute()
DOfflineSessionTest.java520 long resultTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in verifyCaptureResults() local
523 " doesn't match with the result timestamp: " + resultTimestamp, in verifyCaptureResults()
524 offlineImage.getTimestamp(), resultTimestamp); in verifyCaptureResults()