Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java811 float[] radialDistortion = c.get(CameraCharacteristics.LENS_RADIAL_DISTORTION); in testDepthOutputCharacteristics() local
876 radialDistortion != null && radialDistortion.length == 6); in testDepthOutputCharacteristics()
920 if (radialDistortion != null) { in testDepthOutputCharacteristics()
928 (radialDistortion != null) && (depthIsExclusive != null); in testDepthOutputCharacteristics()