Searched refs:fovTele (Results 1 – 1 of 1) sorted by relevance
1533 float fovTele = 0.0f; in calculateBasicFovRatio() local1544 fovTele = (mDualCamParams.paramsAux.sensorStreamWidth * in calculateBasicFovRatio()1552 fovTele = (mDualCamParams.paramsMain.sensorStreamWidth * in calculateBasicFovRatio()1556 if (fovTele > 0.0f) { in calculateBasicFovRatio()1557 mFovControlData.basicFovRatio = (fovWide / fovTele); in calculateBasicFovRatio()1573 LOGD("fov tele : %f", fovTele); in calculateBasicFovRatio()