Searched refs:zoomRatioWide (Results 1 – 1 of 1) sorted by relevance
1755 uint32_t zoomRatioWide; in readjustZoomForTele() local1758 zoomRatioWide = findZoomRatio(zoomWide); in readjustZoomForTele()1759 zoomRatioTele = zoomRatioWide / mFovControlData.transitionParams.cutOverFactor; in readjustZoomForTele()1780 uint32_t zoomRatioWide; in readjustZoomForWide() local1784 zoomRatioWide = zoomRatioTele * mFovControlData.transitionParams.cutOverFactor; in readjustZoomForWide()1786 return(findZoomValue(zoomRatioWide)); in readjustZoomForWide()