Searched refs:poseRotation (Results 1 – 1 of 1) sorted by relevance
1862 float[] poseRotation = c.get(CameraCharacteristics.LENS_POSE_ROTATION); in testDepthOutputCharacteristics() local2006 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()2012 (poseRotation != null) && (cameraIntrinsics != null) && in testDepthOutputCharacteristics()2020 poseRotation != null || cameraIntrinsics !=null; in testDepthOutputCharacteristics()2025 poseTranslation != null && poseRotation != null && in testDepthOutputCharacteristics()2462 private void verifyLensCalibration(float[] poseRotation, float[] poseTranslation, in verifyLensCalibration() argument2468 poseRotation != null && poseRotation.length == 4); in verifyLensCalibration()2482 if (poseRotation != null && poseRotation.length == 4) { in verifyLensCalibration()2484 poseRotation[0] * poseRotation[0] + in verifyLensCalibration()2485 poseRotation[1] * poseRotation[1] + in verifyLensCalibration()[all …]