Searched refs:poseTranslation (Results 1 – 1 of 1) sorted by relevance
1863 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local2006 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()2011 hasDepth16 && (poseTranslation != null) && in testDepthOutputCharacteristics()2019 boolean reportCalibration = poseTranslation != null || in testDepthOutputCharacteristics()2025 poseTranslation != null && poseRotation != null && in testDepthOutputCharacteristics()2462 private void verifyLensCalibration(float[] poseRotation, float[] poseTranslation, in verifyLensCalibration() argument2471 poseTranslation != null && poseTranslation.length == 3); in verifyLensCalibration()2542 if (poseTranslation != null && poseTranslation.length == 3) { in verifyLensCalibration()2544 poseTranslation[0] * poseTranslation[0] + in verifyLensCalibration()2545 poseTranslation[1] * poseTranslation[1] + in verifyLensCalibration()[all …]