Home
last modified time | relevance | path

Searched refs:precorrectionArray (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java888 Rect precorrectionArray = c.get( in testDepthOutputCharacteristics() local
944 cameraIntrinsics, distortion, precorrectionArray); in testDepthOutputCharacteristics()
962 Rect precorrectionArray) { in verifyLensCalibration() argument
1017 precorrectionArray != null); in verifyLensCalibration()
1019 if (cameraIntrinsics != null && precorrectionArray != null) { in verifyLensCalibration()
1026 0 <= cx && cx < precorrectionArray.width() && in verifyLensCalibration()
1027 0 <= cy && cy < precorrectionArray.height()); in verifyLensCalibration()
1448 Rect precorrectionArray = pc.get( in testLogicalCameraCharacteristics() local
1452 cameraIntrinsics, distortion, precorrectionArray); in testLogicalCameraCharacteristics()