Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1476 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local
1617 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()
1651 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument
1662 poseReference != null); in verifyLensCalibration()
1692 if (poseReference != null) { in verifyLensCalibration()
1693 int ref = poseReference; in verifyLensCalibration()
2125 Integer poseReference = pc.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testLogicalCameraCharacteristics() local
2132 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()