Home
last modified time | relevance | path

Searched refs:cropW (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java502 float cropH, cropW; in getPreviewCropRectangleUnzoomed() local
505 cropW = activeArray.width(); in getPreviewCropRectangleUnzoomed()
509 cropW = cropH * aspectRatioPreview; in getPreviewCropRectangleUnzoomed()
512 cropW = activeArray.width(); in getPreviewCropRectangleUnzoomed()
513 cropH = cropW / aspectRatioPreview; in getPreviewCropRectangleUnzoomed()
517 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH); in getPreviewCropRectangleUnzoomed()
546 float cropH, cropW; in shrinkToSameAspectRatioCentered() local
550 cropW = cropH * aspectRatioShrinkTarget; in shrinkToSameAspectRatioCentered()
553 cropW = reference.width(); in shrinkToSameAspectRatioCentered()
554 cropH = cropW / aspectRatioShrinkTarget; in shrinkToSameAspectRatioCentered()
[all …]