Searched refs:inputSizes (Results 1 – 4 of 4) sorted by relevance
207 Size[] inputSizes = map.getInputSizes(inputFmts[i]); in storeStreamConfigurationMap() local208 if (inputSizes != null && inputSizes.length > 0) { in storeStreamConfigurationMap()209 for (int j = 0; j < inputSizes.length; j++) { in storeStreamConfigurationMap()212 mStore.addResult("inputWidth", inputSizes[j].getWidth()); in storeStreamConfigurationMap()213 mStore.addResult("inputHeight", inputSizes[j].getHeight()); in storeStreamConfigurationMap()
695 Set<Size> inputSizes = zslConfig.getInputSizes(inputFormat); in verifyRecommendedZSLConfiguration() local699 ((inputSizes != null) && (inputSizes.size() > 0))); in verifyRecommendedZSLConfiguration()700 for (Size inputSize : inputSizes) { in verifyRecommendedZSLConfiguration()1452 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local1456 inputSizes.length > 0); in testReprocessingCharacteristics()1460 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()1564 Size[] inputSizes = configs.getInputSizes(input); in testRemosaicReprocessingCharacteristics() local1568 inputSizes.length > 0); in testRemosaicReprocessingCharacteristics()1572 for (Size inputSize : inputSizes) { in testRemosaicReprocessingCharacteristics()
1159 Size inputSizes[] = config.getInputSizes(inputFormat); in testCreateSessionWithParametersByCamera() local1162 (inputSizes.length > 0)); in testCreateSessionWithParametersByCamera()1166 inputSize = inputSizes[0]; in testCreateSessionWithParametersByCamera()
597 List<Size> inputSizes = streamInfo.get(0).getAvailableSizes(); in testMandatoryReprocessableStreamCombination() local619 InputConfiguration inputConfig = new InputConfiguration(inputSizes.get(0).getWidth(), in testMandatoryReprocessableStreamCombination()620 inputSizes.get(0).getHeight(), inputFormat); in testMandatoryReprocessableStreamCombination()