Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java763 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local
824 poseTranslation != null && poseTranslation.length == 3); in testDepthOutputCharacteristics()
847 if (poseTranslation != null && poseTranslation.length == 3) { in testDepthOutputCharacteristics()
849 poseTranslation[0] * poseTranslation[0] + in testDepthOutputCharacteristics()
850 poseTranslation[1] * poseTranslation[1] + in testDepthOutputCharacteristics()
851 poseTranslation[2] * poseTranslation[2]; in testDepthOutputCharacteristics()
880 hasDepth16 && (poseTranslation != null) && in testDepthOutputCharacteristics()