Searched defs:afRegions (Results 1 – 5 of 5) sorted by relevance
180 public synchronized void touchForAutoFocus(MeteringRectangle[] afRegions) in touchForAutoFocus()198 public synchronized void startAutoFocus(MeteringRectangle[] afRegions) in startAutoFocus()240 boolean forceActive, MeteringRectangle[] afRegions) throws CameraAccessException { in startAutoFocusLocked()316 private void setAfRegions(MeteringRectangle[] afRegions) { in setAfRegions()
177 MeteringRectangle[] afRegions) throws Exception { in takePictureTestByCamera()200 MeteringRectangle[] afRegions, boolean addAeTriggerCancel) throws Exception { in takePictureTestByCamera()
181 MeteringRectangle[] afRegions = result.get(CaptureResult.CONTROL_AF_REGIONS); in process() local
386 const std::vector<ControlRegion>& afRegions) { in setControlAfRegions()
2107 private <T> boolean setAFRegions(T afRegions) { in setAFRegions()2115 setBase((CaptureRequest.Key)CaptureRequest.CONTROL_AF_REGIONS, afRegions); in setAFRegions() local