Searched refs:isRegionsSupportedFor3A (Results 1 – 1 of 1) sorted by relevance
273 boolean aeRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in testAeRegions()298 boolean awbRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in testAwbRegions()323 boolean afRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in testAfRegions()491 isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in takePictureTestByCamera()524 (awbRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in takePictureTestByCamera()559 (aeRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in takePictureTestByCamera()1268 private boolean isRegionsSupportedFor3A(int index) { in isRegionsSupportedFor3A() method in StillCaptureTest