Searched refs:poseTranslation (Results 1 – 1 of 1) sorted by relevance
1482 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local1624 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()1629 hasDepth16 && (poseTranslation != null) && in testDepthOutputCharacteristics()1637 boolean reportCalibration = poseTranslation != null || in testDepthOutputCharacteristics()1643 poseTranslation != null && poseRotation != null && in testDepthOutputCharacteristics()1658 private void verifyLensCalibration(float[] poseRotation, float[] poseTranslation, in verifyLensCalibration() argument1667 poseTranslation != null && poseTranslation.length == 3); in verifyLensCalibration()1691 if (poseTranslation != null && poseTranslation.length == 3) { in verifyLensCalibration()1693 poseTranslation[0] * poseTranslation[0] + in verifyLensCalibration()1694 poseTranslation[1] * poseTranslation[1] + in verifyLensCalibration()[all …]