Searched refs:poseReference (Results 1 – 1 of 1) sorted by relevance
1483 Integer poseReference = c.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testDepthOutputCharacteristics() local1624 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testDepthOutputCharacteristics()1659 Integer poseReference, float[] cameraIntrinsics, float[] distortion, in verifyLensCalibration() argument1670 poseReference != null); in verifyLensCalibration()1700 if (poseReference != null) { in verifyLensCalibration()1701 int ref = poseReference; in verifyLensCalibration()2138 Integer poseReference = pc.get(CameraCharacteristics.LENS_POSE_REFERENCE); in testLogicalCameraCharacteristics() local2145 verifyLensCalibration(poseRotation, poseTranslation, poseReference, in testLogicalCameraCharacteristics()