Searched refs:poseReference (Results 1 – 2 of 2) sorted by relevance
1864 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local2006 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()2463 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument2474 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() local3019 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()
2939 Integer poseReference = mCharacteristics.get( in isPoseReferenceUndefined() local2941 if (poseReference != null) { in isPoseReferenceUndefined()2943 (poseReference == CameraMetadata.LENS_POSE_REFERENCE_UNDEFINED); in isPoseReferenceUndefined()