Searched refs:maxRegionsAfVal (Results 1 – 1 of 1) sorted by relevance
1595 Integer maxRegionsAfVal = props.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF); in checkRequestForTemplate() local1596 int maxRegionsAf = maxRegionsAfVal != null ? maxRegionsAfVal : 0; in checkRequestForTemplate()