Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java856 Rect precorrectionArray = in testDepthOutputCharacteristics() local
859 "precorrection active array defined", precorrectionArray != null); in testDepthOutputCharacteristics()
861 if (cameraIntrinsics != null && precorrectionArray != null) { in testDepthOutputCharacteristics()
868 0 <= cx && cx < precorrectionArray.width() && in testDepthOutputCharacteristics()
869 0 <= cy && cy < precorrectionArray.height()); in testDepthOutputCharacteristics()