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