Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1815 int maxRegions = 0; in isRegionsSupportedFor3A() local
1818 maxRegions = mStaticInfo.getAeMaxRegionsChecked(); in isRegionsSupportedFor3A()
1821 maxRegions = mStaticInfo.getAwbMaxRegionsChecked(); in isRegionsSupportedFor3A()
1824 maxRegions = mStaticInfo.getAfMaxRegionsChecked(); in isRegionsSupportedFor3A()
1829 boolean isRegionsSupported = maxRegions > 0; in isRegionsSupportedFor3A()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2493 int maxRegions; in update3aRegion() local
2502 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() local
2554 maxRegions = staticInfo.getAeMaxRegionsChecked(); in validate3aRegion()
2558 maxRegions = staticInfo.getAwbMaxRegionsChecked(); in validate3aRegion()
2562 maxRegions = staticInfo.getAfMaxRegionsChecked(); in validate3aRegion()
2582 if (maxRegions > 0) in validate3aRegion()