Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1503 float[] newDistortion = c.get(CameraCharacteristics.LENS_DISTORTION); in getLensDistortion() local
1504 if (Build.VERSION.FIRST_SDK_INT > Build.VERSION_CODES.O_MR1 || newDistortion != null) { in getLensDistortion()
1507 if (newDistortion != null && newDistortion.length == 5) { in getLensDistortion()
1511 distortion[i] = newDistortion[i-1]; in getLensDistortion()