Searched refs:normalSizes (Results 1 – 1 of 1) sorted by relevance
153 Size[] normalSizes = configMap.getOutputSizes(format); in getOutputSizes() local156 if (normalSizes != null && slowSizes != null) { in getOutputSizes()157 allSizes = new Size[normalSizes.length + slowSizes.length]; in getOutputSizes()158 System.arraycopy(normalSizes, 0, allSizes, 0, in getOutputSizes()159 normalSizes.length); in getOutputSizes()160 System.arraycopy(slowSizes, 0, allSizes, normalSizes.length, in getOutputSizes()162 } else if (normalSizes != null) { in getOutputSizes()163 allSizes = normalSizes; in getOutputSizes()