Searched refs:poseRotation (Results 1 – 1 of 1) sorted by relevance
762 float[] poseRotation = c.get(CameraCharacteristics.LENS_POSE_ROTATION); in testDepthOutputCharacteristics() local821 poseRotation != null && poseRotation.length == 4); in testDepthOutputCharacteristics()832 if (poseRotation != null && poseRotation.length == 4) { in testDepthOutputCharacteristics()834 poseRotation[0] * poseRotation[0] + in testDepthOutputCharacteristics()835 poseRotation[1] * poseRotation[1] + in testDepthOutputCharacteristics()836 poseRotation[2] * poseRotation[2] + in testDepthOutputCharacteristics()837 poseRotation[3] * poseRotation[3]; in testDepthOutputCharacteristics()881 (poseRotation != null) && (cameraIntrinsics != null) && in testDepthOutputCharacteristics()