Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java1645 float minEffectiveZoom = 0.5f / minCenterLength; in getCropRegionForZoom() local
1646 if (minEffectiveZoom > maxZoom) { in getCropRegionForZoom()
1648 " has minimal zoomable factor " + minEffectiveZoom + ", which exceeds max" in getCropRegionForZoom()
1652 if (zoomFactor < minEffectiveZoom) { in getCropRegionForZoom()
1654 + minEffectiveZoom + ". It will be overwritten by " + minEffectiveZoom); in getCropRegionForZoom()
1655 zoomFactor = minEffectiveZoom; in getCropRegionForZoom()