Searched refs:aspectRatioPreview (Results 1 – 1 of 1) sorted by relevance
559 float aspectRatioPreview = previewSize.width() * 1.0f / previewSize.height(); in effectiveCropRectFromRequested() local562 if (aspectRatioPreview < aspectRatioArray) { in effectiveCropRectFromRequested()565 cropWidth = cropHeight * aspectRatioPreview; in effectiveCropRectFromRequested()569 cropHeight = cropWidth / aspectRatioPreview; in effectiveCropRectFromRequested()