Searched refs:cropAspect (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2664 float cropAspect = scalerCrop.width / scalerCrop.height; local
2666 if (previewAspect > cropAspect) {
2668 height = cropAspect * scalerCrop.height / previewAspect;
2673 width = previewAspect * scalerCrop.width / cropAspect;

Completed in 162 milliseconds