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