Searched refs:maxRegions (Results 1 – 2 of 2) sorted by relevance
1815 int maxRegions = 0; in isRegionsSupportedFor3A() local1818 maxRegions = mStaticInfo.getAeMaxRegionsChecked(); in isRegionsSupportedFor3A()1821 maxRegions = mStaticInfo.getAwbMaxRegionsChecked(); in isRegionsSupportedFor3A()1824 maxRegions = mStaticInfo.getAfMaxRegionsChecked(); in isRegionsSupportedFor3A()1829 boolean isRegionsSupported = maxRegions > 0; in isRegionsSupportedFor3A()
2493 int maxRegions; in update3aRegion() local2502 maxRegions = staticInfo.getAeMaxRegionsChecked(); in update3aRegion()2506 maxRegions = staticInfo.getAwbMaxRegionsChecked(); in update3aRegion()2510 maxRegions = staticInfo.getAfMaxRegionsChecked(); in update3aRegion()2517 if (maxRegions >= regions.length) { in update3aRegion()2548 int maxRegions; in validate3aRegion() local2554 maxRegions = staticInfo.getAeMaxRegionsChecked(); in validate3aRegion()2558 maxRegions = staticInfo.getAwbMaxRegionsChecked(); in validate3aRegion()2562 maxRegions = staticInfo.getAfMaxRegionsChecked(); in validate3aRegion()2582 if (maxRegions > 0) in validate3aRegion()