Searched refs:zoomRatioTele (Results 1 – 1 of 1) sorted by relevance
1756 uint32_t zoomRatioTele; in readjustZoomForTele() local1759 zoomRatioTele = zoomRatioWide / mFovControlData.transitionParams.cutOverFactor; in readjustZoomForTele()1761 return(findZoomValue(zoomRatioTele)); in readjustZoomForTele()1781 uint32_t zoomRatioTele; in readjustZoomForWide() local1783 zoomRatioTele = findZoomRatio(zoomTele); in readjustZoomForWide()1784 zoomRatioWide = zoomRatioTele * mFovControlData.transitionParams.cutOverFactor; in readjustZoomForWide()