Searched refs:poseTranslation (Results 1 – 1 of 1) sorted by relevance
884 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local943 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()948 hasDepth16 && (poseTranslation != null) && in testDepthOutputCharacteristics()960 private void verifyLensCalibration(float[] poseRotation, float[] poseTranslation, in verifyLensCalibration() argument969 poseTranslation != null && poseTranslation.length == 3); in verifyLensCalibration()993 if (poseTranslation != null && poseTranslation.length == 3) { in verifyLensCalibration()995 poseTranslation[0] * poseTranslation[0] + in verifyLensCalibration()996 poseTranslation[1] * poseTranslation[1] + in verifyLensCalibration()997 poseTranslation[2] * poseTranslation[2]; in verifyLensCalibration()1443 float[] poseTranslation = pc.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testLogicalCameraCharacteristics() local[all …]