Searched refs:getMaxSizeOrNull (Results 1 – 1 of 1) sorted by relevance
1805 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