Searched refs:maxRegionsAwbVal (Results 1 – 1 of 1) sorted by relevance
1368 Integer maxRegionsAwbVal = props.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB); in checkRequestForTemplate() local1369 int maxRegionsAwb = maxRegionsAwbVal != null ? maxRegionsAwbVal : 0; in checkRequestForTemplate()