Home
last modified time | relevance | path

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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java559 float aspectRatioPreview = previewSize.width() * 1.0f / previewSize.height(); in effectiveCropRectFromRequested() local
562 if (aspectRatioPreview < aspectRatioArray) { in effectiveCropRectFromRequested()
565 cropWidth = cropHeight * aspectRatioPreview; in effectiveCropRectFromRequested()
569 cropHeight = cropWidth / aspectRatioPreview; in effectiveCropRectFromRequested()