Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1686 float minEffectiveZoom = 0.5f / minCenterLength; in getCropRegionForZoom() local
1687 if (minEffectiveZoom > maxZoom) { in getCropRegionForZoom()
1689 " has minimal zoomable factor " + minEffectiveZoom + ", which exceeds max" in getCropRegionForZoom()
1693 if (zoomFactor < minEffectiveZoom) { in getCropRegionForZoom()
1695 + minEffectiveZoom + ". It will be overwritten by " + minEffectiveZoom); in getCropRegionForZoom()
1696 zoomFactor = minEffectiveZoom; in getCropRegionForZoom()