Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java278 CaptureResult resultForNdk = null; in testResultTimestamps() local
379 resultForNdk = result.first; in testResultTimestamps()
388 validateACameraMetadataFromCameraMetadataCriticalTagsNative(resultForNdk, in testResultTimestamps()
389 resultForNdk.get(CaptureResult.SENSOR_TIMESTAMP))); in testResultTimestamps()
391 long timestamp = resultForNdk.get(CaptureResult.SENSOR_TIMESTAMP); in testResultTimestamps()
394 stashACameraMetadataFromCameraMetadataNative(resultForNdk)); in testResultTimestamps()
397 resultForNdk = null; in testResultTimestamps()