Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java502 float cropH, cropW; in getPreviewCropRectangleUnzoomed() local
504 cropH = activeArray.height(); in getPreviewCropRectangleUnzoomed()
508 cropH = activeArray.height(); in getPreviewCropRectangleUnzoomed()
509 cropW = cropH * aspectRatioPreview; 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
549 cropH = reference.height(); in shrinkToSameAspectRatioCentered()
550 cropW = cropH * aspectRatioShrinkTarget; in shrinkToSameAspectRatioCentered()
554 cropH = cropW / aspectRatioShrinkTarget; in shrinkToSameAspectRatioCentered()
[all …]