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.java885 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local
943 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()
961 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument
972 poseReference != null); in verifyLensCalibration()
1002 if (poseReference != null) { in verifyLensCalibration()
1003 int ref = poseReference; in verifyLensCalibration()
1444 Integer poseReference = pc.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testLogicalCameraCharacteristics() local
1451 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()