Searched refs:poseReference (Results 1 – 1 of 1) sorted by relevance
1476 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local1617 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()1651 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument1662 poseReference != null); in verifyLensCalibration()1692 if (poseReference != null) { in verifyLensCalibration()1693 int ref = poseReference; in verifyLensCalibration()2125 Integer poseReference = pc.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testLogicalCameraCharacteristics() local2132 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()