Searched refs:inputSizes (Results 1 – 4 of 4) sorted by relevance
211 Size[] inputSizes = map.getInputSizes(inputFmts[i]); in storeStreamConfigurationMap() local212 if (inputSizes != null && inputSizes.length > 0) { in storeStreamConfigurationMap()213 for (int j = 0; j < inputSizes.length; j++) { in storeStreamConfigurationMap()216 mStore.addResult("inputWidth", inputSizes[j].getWidth()); in storeStreamConfigurationMap()217 mStore.addResult("inputHeight", inputSizes[j].getHeight()); in storeStreamConfigurationMap()
906 Set<Size> inputSizes = zslConfig.getInputSizes(inputFormat); in verifyRecommendedZSLConfiguration() local910 ((inputSizes != null) && (inputSizes.size() > 0))); in verifyRecommendedZSLConfiguration()911 for (Size inputSize : inputSizes) { in verifyRecommendedZSLConfiguration()1679 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local1683 inputSizes.length > 0); in testReprocessingCharacteristics()1687 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()1821 Size[] inputSizes = configs.getInputSizes(input); in testRemosaicReprocessingCharacteristics() local1825 inputSizes.length > 0); in testRemosaicReprocessingCharacteristics()1829 for (Size inputSize : inputSizes) { in testRemosaicReprocessingCharacteristics()
1162 Size inputSizes[] = config.getInputSizes(inputFormat); in testCreateSessionWithParametersByCamera() local1165 (inputSizes.length > 0)); in testCreateSessionWithParametersByCamera()1169 inputSize = inputSizes[0]; in testCreateSessionWithParametersByCamera()
963 List<Size> inputSizes = streamInfo.get(0).getAvailableSizes(); in testMandatoryReprocessableStreamCombination() local985 InputConfiguration inputConfig = new InputConfiguration(inputSizes.get(0).getWidth(), in testMandatoryReprocessableStreamCombination()986 inputSizes.get(0).getHeight(), inputFormat); in testMandatoryReprocessableStreamCombination()