Searched refs:poseTranslation (Results 1 – 1 of 1) sorted by relevance
809 float[] poseTranslation = c.get(CameraCharacteristics.LENS_POSE_TRANSLATION); in testDepthOutputCharacteristics() local870 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()