Searched refs:maxRegions (Results 1 – 4 of 4) sorted by relevance
605 int maxRegions = 0; in isRegionsSupportedFor3A() local608 maxRegions = mStaticInfo.getAeMaxRegionsChecked(); in isRegionsSupportedFor3A()611 maxRegions = mStaticInfo.getAwbMaxRegionsChecked(); in isRegionsSupportedFor3A()614 maxRegions = mStaticInfo.getAfMaxRegionsChecked(); in isRegionsSupportedFor3A()619 boolean isRegionsSupported = maxRegions > 0; in isRegionsSupportedFor3A()
355 size_t maxRegions,
2852 size_t maxRegions, in validateAreas() argument2873 if (areas.size() > maxRegions) { in validateAreas()
1694 int[] maxRegions = getBase(CameraCharacteristics.CONTROL_MAX_REGIONS); in getMaxRegions() local1696 if (maxRegions == null) { in getMaxRegions()1701 return maxRegions[AE]; in getMaxRegions()1703 return maxRegions[AWB]; in getMaxRegions()1705 return maxRegions[AF]; in getMaxRegions()