Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1519 float minEffectiveZoom = 0.5f / minCenterLength; in getCropRegionForZoom() local
1520 if (minEffectiveZoom > maxZoom) { in getCropRegionForZoom()
1522 " has minimal zoomable factor " + minEffectiveZoom + ", which exceeds max" in getCropRegionForZoom()
1526 if (zoomFactor < minEffectiveZoom) { in getCropRegionForZoom()
1528 + minEffectiveZoom + ". It will be overwritten by " + minEffectiveZoom); in getCropRegionForZoom()
1529 zoomFactor = minEffectiveZoom; in getCropRegionForZoom()