Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1864 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local
2006 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()
2463 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument
2474 poseReference != null); in verifyLensCalibration()
2528 if (poseReference == CameraCharacteristics.LENS_POSE_REFERENCE_UNDEFINED) { in verifyLensCalibration()
2551 if (poseReference != null && poseReference == in verifyLensCalibration()
2558 if (poseReference != null) { in verifyLensCalibration()
2559 int ref = poseReference; in verifyLensCalibration()
3011 Integer poseReference = pc.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testLogicalCameraCharacteristics() local
3019 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2939 Integer poseReference = mCharacteristics.get( in isPoseReferenceUndefined() local
2941 if (poseReference != null) { in isPoseReferenceUndefined()
2943 (poseReference == CameraMetadata.LENS_POSE_REFERENCE_UNDEFINED); in isPoseReferenceUndefined()