Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1805 Size maxBurstSize = getMaxSizeOrNull(outputSizes); in createUHSensorMandatoryStreamCombination()
1806 Size maxHighResolutionSize = getMaxSizeOrNull(highResolutionOutputSizes); in createUHSensorMandatoryStreamCombination()
2222 public static @Nullable Size getMaxSizeOrNull(Size... sizes) { in getMaxSizeOrNull() method in MandatoryStreamCombination.Builder