Searched refs:maxHighResolutionSize (Results 1 – 1 of 1) sorted by relevance
1806 Size maxHighResolutionSize = getMaxSizeOrNull(highResolutionOutputSizes); in createUHSensorMandatoryStreamCombination() local1808 maxBurstSize != null ? maxBurstSize : maxHighResolutionSize; in createUHSensorMandatoryStreamCombination()1809 if (maxBurstSize != null && maxHighResolutionSize != null) { in createUHSensorMandatoryStreamCombination()1810 chosenMaxSize = getMaxSize(maxBurstSize, maxHighResolutionSize); in createUHSensorMandatoryStreamCombination()