Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2859 int[] distortionModes = mCharacteristics.get( in isDistortionCorrectionSupported() local
2861 if (distortionModes == null) { in isDistortionCorrectionSupported()
2865 for (int mode : distortionModes) { in isDistortionCorrectionSupported()