HomeSort by relevance Sort by last modified time
    Searched refs:activeArray (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 362 * @param activeArray active array dimensions, in sensor space
374 Camera.Parameters params, Rect activeArray, Size streamSize, Rect cropRegion,
379 checkNotNull(activeArray, "activeArray must not be null");
389 if (!actualCrop.intersect(activeArray)) {
392 actualCrop.set(activeArray);
395 Rect previewCrop = getPreviewCropRectangleUnzoomed(activeArray, streamSize);
417 getAvailableZoomCropRectangles(params, activeArray);
419 getAvailablePreviewZoomCropRectangles(params, activeArray, streamSize);
482 * @param activeArray active array dimensions, in sensor spac
    [all...]