Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java808 float[] poseRotation = c.get(CameraCharacteristics.LENS_POSE_ROTATION); in testDepthOutputCharacteristics() local
867 poseRotation != null && poseRotation.length == 4); in testDepthOutputCharacteristics()
878 if (poseRotation != null && poseRotation.length == 4) { in testDepthOutputCharacteristics()
880 poseRotation[0] * poseRotation[0] + in testDepthOutputCharacteristics()
881 poseRotation[1] * poseRotation[1] + in testDepthOutputCharacteristics()
882 poseRotation[2] * poseRotation[2] + in testDepthOutputCharacteristics()
883 poseRotation[3] * poseRotation[3]; in testDepthOutputCharacteristics()
927 (poseRotation != null) && (cameraIntrinsics != null) && in testDepthOutputCharacteristics()