Searched refs:zoomRatioY (Results 1 – 1 of 1) sorted by relevance
375 float zoomRatioY = (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in setDigitalZoomRatio() local376 float zoomRatio = std::max(zoomRatioX, zoomRatioY); in setDigitalZoomRatio()