Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java1625 Size fallbackSize = null; in findSmallestAspectMatchedSize() local
1627 if (fallbackSize == null) { in findSmallestAspectMatchedSize()
1628 fallbackSize = sz; in findSmallestAspectMatchedSize()
1642 ret = fallbackSize; in findSmallestAspectMatchedSize()