Searched refs:poseRotation (Results 1 – 1 of 1) sorted by relevance
1481 float[] poseRotation = c.get(CameraCharacteristics.LENS_POSE_ROTATION); in testDepthOutputCharacteristics() local1624 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()1630 (poseRotation != null) && (cameraIntrinsics != null) && in testDepthOutputCharacteristics()1638 poseRotation != null || cameraIntrinsics !=null; in testDepthOutputCharacteristics()1643 poseTranslation != null && poseRotation != null && in testDepthOutputCharacteristics()1658 private void verifyLensCalibration(float[] poseRotation, float[] poseTranslation, in verifyLensCalibration() argument1664 poseRotation != null && poseRotation.length == 4); in verifyLensCalibration()1678 if (poseRotation != null && poseRotation.length == 4) { in verifyLensCalibration()1680 poseRotation[0] * poseRotation[0] + in verifyLensCalibration()1681 poseRotation[1] * poseRotation[1] + in verifyLensCalibration()[all …]