Home
last modified time | relevance | path

Searched refs:poseTranslation (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1482 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local
1624 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() argument
1667 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 …]