Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1806 Size maxHighResolutionSize = getMaxSizeOrNull(highResolutionOutputSizes); in createUHSensorMandatoryStreamCombination() local
1808 maxBurstSize != null ? maxBurstSize : maxHighResolutionSize; in createUHSensorMandatoryStreamCombination()
1809 if (maxBurstSize != null && maxHighResolutionSize != null) { in createUHSensorMandatoryStreamCombination()
1810 chosenMaxSize = getMaxSize(maxBurstSize, maxHighResolutionSize); in createUHSensorMandatoryStreamCombination()