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