Searched refs:zoomRatio (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp2323 float zoomRatio = 1 + zoomIncrement * zoom; local
2324 ALOG_ASSERT( (zoomRatio >= 1.f && zoomRatio <= maxDigitalZoom.data.f[0]),
2326 maxDigitalZoom.data.f[0], zoomRatio);
2330 maxDigitalZoom.data.f[0], zoomIncrement, zoomRatio, previewWidth,
2341 * By selecting the zoomRatio based on the smallest outputRatio, we
2395 zoomWidth = fastInfo.arrayWidth / zoomRatio;
2401 zoomHeight = fastInfo.arrayHeight / zoomRatio;

Completed in 473 milliseconds