Searched refs:maxRegions (Results 1 – 2 of 2) sorted by relevance
2687 int maxRegions;2696 maxRegions = mStaticInfo.getAeMaxRegionsChecked();2700 maxRegions = mStaticInfo.getAwbMaxRegionsChecked();2704 maxRegions = mStaticInfo.getAfMaxRegionsChecked();2711 if (maxRegions >= regions.length) {2726 int maxRegions;2732 maxRegions = mStaticInfo.getAeMaxRegionsChecked();2736 maxRegions = mStaticInfo.getAwbMaxRegionsChecked();2740 maxRegions = mStaticInfo.getAfMaxRegionsChecked();2747 if (maxRegions > 0)
1313 int maxRegions = 0; in isRegionsSupportedFor3A() local1316 maxRegions = mStaticInfo.getAeMaxRegionsChecked(); in isRegionsSupportedFor3A()1319 maxRegions = mStaticInfo.getAwbMaxRegionsChecked(); in isRegionsSupportedFor3A()1322 maxRegions = mStaticInfo.getAfMaxRegionsChecked(); in isRegionsSupportedFor3A()1327 boolean isRegionsSupported = maxRegions > 0; in isRegionsSupportedFor3A()