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.java558 boolean aeRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in testAeRegions()
584 boolean awbRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in testAwbRegions()
610 boolean afRegionsSupported = isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in testAfRegions()
926 isRegionsSupportedFor3A(MAX_REGIONS_AF_INDEX); in takePictureTestByCamera()
960 (awbRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AWB_INDEX); in takePictureTestByCamera()
995 (aeRegions != null) && isRegionsSupportedFor3A(MAX_REGIONS_AE_INDEX); in takePictureTestByCamera()
1814 private boolean isRegionsSupportedFor3A(int index) { in isRegionsSupportedFor3A() method in StillCaptureTest