Searched refs:normalSizes (Results 1 – 1 of 1) sorted by relevance
138 Size[] normalSizes = configMap.getOutputSizes(format); in getOutputSizes() local141 if (normalSizes != null && slowSizes != null) { in getOutputSizes()142 allSizes = new Size[normalSizes.length + slowSizes.length]; in getOutputSizes()143 System.arraycopy(normalSizes, 0, allSizes, 0, in getOutputSizes()144 normalSizes.length); in getOutputSizes()145 System.arraycopy(slowSizes, 0, allSizes, normalSizes.length, in getOutputSizes()147 } else if (normalSizes != null) { in getOutputSizes()148 allSizes = normalSizes; in getOutputSizes()