Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFOVControl.cpp1533 float fovTele = 0.0f; in calculateBasicFovRatio() local
1544 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()