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.java809 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local
870 poseTranslation != null && poseTranslation.length == 3); in testDepthOutputCharacteristics()
893 if (poseTranslation != null && poseTranslation.length == 3) { in testDepthOutputCharacteristics()
895 poseTranslation[0] * poseTranslation[0] + in testDepthOutputCharacteristics()
896 poseTranslation[1] * poseTranslation[1] + in testDepthOutputCharacteristics()
897 poseTranslation[2] * poseTranslation[2]; in testDepthOutputCharacteristics()
926 hasDepth16 && (poseTranslation != null) && in testDepthOutputCharacteristics()