Home
last modified time | relevance | path

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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java558 float aspectRatioArray = requestedCrop.width() * 1.0f / requestedCrop.height(); in effectiveCropRectFromRequested() local
562 if (aspectRatioPreview < aspectRatioArray) { in effectiveCropRectFromRequested()