Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyMetadataMapper.java386 List<String> antiBandingModes = p.getSupportedAntibanding(); in mapControlAe() local
387 if (antiBandingModes != null && antiBandingModes.size() > 0) { // antibanding is optional in mapControlAe()
388 int[] modes = new int[antiBandingModes.size()]; in mapControlAe()
390 for (String mode : antiBandingModes) { in mapControlAe()