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