Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java277 boolean aeRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in testAeRegions()
302 boolean awbRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in testAwbRegions()
327 boolean afRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in testAfRegions()
524 isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in takePictureTestByCamera()
557 (awbRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in takePictureTestByCamera()
592 (aeRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in takePictureTestByCamera()
1312 private boolean isRegionsSupportedFor3A(int index) { in isRegionsSupportedFor3A() method in StillCaptureTest