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.java902 Rect precorrectionArray = in testDepthOutputCharacteristics() local
905 "precorrection active array defined", precorrectionArray != null); in testDepthOutputCharacteristics()
907 if (cameraIntrinsics != null && precorrectionArray != null) { in testDepthOutputCharacteristics()
914 0 <= cx && cx < precorrectionArray.width() && in testDepthOutputCharacteristics()
915 0 <= cy && cy < precorrectionArray.height()); in testDepthOutputCharacteristics()