Searched refs:maxRegionsAeVal (Results 1 – 1 of 1) sorted by relevance
2046 Integer maxRegionsAeVal = props.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE); in checkRequestForTemplate() local2047 int maxRegionsAe = maxRegionsAeVal != null ? maxRegionsAeVal : 0; in checkRequestForTemplate()