Home | History | Annotate | Download | only in legacy

Lines Matching refs:streamSize

356      * of the preview, the current preview {@code streamSize} is also used.</p>
363 * @param streamSize stream size dimensions, in pixels
374 Camera.Parameters params, Rect activeArray, Size streamSize, Rect cropRegion,
380 checkNotNull(streamSize, "streamSize must not be null");
395 Rect previewCrop = getPreviewCropRectangleUnzoomed(activeArray, streamSize);
419 getAvailablePreviewZoomCropRectangles(params, activeArray, streamSize);
579 * <p>Each crop rectangle is changed to have the same aspect ratio as {@code streamSize},
582 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
587 * @param streamSize stream size dimensions, in pixels
609 * <p>Each crop rectangle is changed to have the same aspect ratio as {@code streamSize},
612 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
617 * @param streamSize stream size dimensions, in pixels
636 * <p>Each crop rectangle is changed to have the same aspect ratio as {@code streamSize},
639 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
644 * @param streamSize stream size dimensions, in pixels
649 Rect activeArray, Size streamSize) {
652 checkNotNull(streamSize, "streamSize must not be null");
657 Rect unzoomedStreamCrop = getPreviewCropRectangleUnzoomed(activeArray, streamSize);