Searched refs:afRegions (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | Camera2Focuser.java | 177 public synchronized void touchForAutoFocus(MeteringRectangle[] afRegions) in touchForAutoFocus() argument 179 startAutoFocusLocked(/*active*/true, afRegions); in touchForAutoFocus() 195 public synchronized void startAutoFocus(MeteringRectangle[] afRegions) in startAutoFocus() argument 197 startAutoFocusLocked(/*forceActive*/false, afRegions); in startAutoFocus() 237 boolean forceActive, MeteringRectangle[] afRegions) throws CameraAccessException { in startAutoFocusLocked() argument 239 setAfRegions(afRegions); in startAutoFocusLocked() 313 private void setAfRegions(MeteringRectangle[] afRegions) { in setAfRegions() argument 314 if (afRegions == null) { in setAfRegions() 319 if (afRegions.length == 0) { in setAfRegions() 323 mAfRegions = afRegions; in setAfRegions()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | StillCaptureTest.java | 329 for (MeteringRectangle[] afRegions : afRegionTestCases) { in testAfRegions() 330 takePictureTestByCamera(/*aeRegions*/null, /*awbRegions*/null, afRegions); in testAfRegions() 439 MeteringRectangle[] afRegions) throws Exception { in takePictureTestByCamera() argument 440 takePictureTestByCamera(aeRegions, awbRegions, afRegions, in takePictureTestByCamera() 462 MeteringRectangle[] afRegions, boolean addAeTriggerCancel) throws Exception { in takePictureTestByCamera() argument 490 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera() 497 stillRequest.set(CaptureRequest.CONTROL_AF_REGIONS, afRegions); in takePictureTestByCamera() 499 focuser.startAutoFocus(afRegions); in takePictureTestByCamera() 618 afRegions, in takePictureTestByCamera() 653 for (MeteringRectangle[] afRegions : testAfRegions) { in touchForFocusTestByCamera() [all …]
|
D | CameraDeviceTest.java | 1423 MeteringRectangle[] afRegions = request.get(CONTROL_AF_REGIONS); in checkRequestForTemplate() local 1424 checkMeteringRect(afRegions); in checkRequestForTemplate()
|