Home
last modified time | relevance | path

Searched refs:maxRegions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2321 int maxRegions;
2330 maxRegions = mStaticInfo.getAeMaxRegionsChecked();
2334 maxRegions = mStaticInfo.getAwbMaxRegionsChecked();
2338 maxRegions = mStaticInfo.getAfMaxRegionsChecked();
2345 if (maxRegions >= regions.length) {
2360 int maxRegions;
2366 maxRegions = mStaticInfo.getAeMaxRegionsChecked();
2370 maxRegions = mStaticInfo.getAwbMaxRegionsChecked();
2374 maxRegions = mStaticInfo.getAfMaxRegionsChecked();
2381 if (maxRegions > 0)
DStillCaptureTest.java1269 int maxRegions = 0; in isRegionsSupportedFor3A() local
1272 maxRegions = mStaticInfo.getAeMaxRegionsChecked(); in isRegionsSupportedFor3A()
1275 maxRegions = mStaticInfo.getAwbMaxRegionsChecked(); in isRegionsSupportedFor3A()
1278 maxRegions = mStaticInfo.getAfMaxRegionsChecked(); in isRegionsSupportedFor3A()
1283 boolean isRegionsSupported = maxRegions > 0; in isRegionsSupportedFor3A()