Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java156 Size[] slowSizes = configMap.getHighResolutionOutputSizes(format); in getOutputSizes() local
158 if (normalSizes != null && slowSizes != null) { in getOutputSizes()
159 allSizes = new Size[normalSizes.length + slowSizes.length]; in getOutputSizes()
162 System.arraycopy(slowSizes, 0, allSizes, normalSizes.length, in getOutputSizes()
163 slowSizes.length); in getOutputSizes()
166 } else if (slowSizes != null) { in getOutputSizes()
167 allSizes = slowSizes; in getOutputSizes()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1499 boolean fastSizes, boolean slowSizes) { in getAvailableSizesForFormatChecked() argument
1500 return getAvailableSizesForFormatChecked(format, direction, fastSizes, slowSizes, in getAvailableSizesForFormatChecked()
1515 boolean fastSizes, boolean slowSizes, boolean maxResolution) { in getAvailableSizesForFormatChecked() argument
1534 if (slowSizes) { in getAvailableSizesForFormatChecked()