Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java1634 float currentAR = ((float) sz.getWidth()) / sz.getHeight(); in findSmallestAspectMatchedSize() local
1635 if (Math.abs(currentAR - targetAR) <= TOLL) { in findSmallestAspectMatchedSize()