Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp827 float maxSizeAr = ASPECT_RATIO(maxSize); in trimSupportedFormats() local
833 if (isAspectRatioClose(ar, maxSizeAr)) { in trimSupportedFormats()
835 } else if (cropType == HORIZONTAL && ar < maxSizeAr) { in trimSupportedFormats()
837 } else if (cropType == VERTICAL && ar > maxSizeAr) { in trimSupportedFormats()