Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp375 float zoomRatioY = (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in setDigitalZoomRatio() local
376 float zoomRatio = std::max(zoomRatioX, zoomRatioY); in setDigitalZoomRatio()