Searched refs:reportedCrop (Results 1 – 2 of 2) sorted by relevance
75 public final Rect reportedCrop; field in ParameterUtils.ZoomData77 public ZoomData(int zoomIndex, Rect previewCrop, Rect reportedCrop) { in ZoomData() argument80 this.reportedCrop = reportedCrop; in ZoomData()959 Rect reportedCrop = zoomData.reportedCrop; in convertCameraAreaToActiveArrayRectangle() local981 Rect cropToIntersectAgainst = usePreviewCrop ? previewCrop : reportedCrop; in convertCameraAreaToActiveArrayRectangle()
517 m.set(SCALER_CROP_REGION, zoomData.reportedCrop); in mapScaler()