Searched refs:inputSizes (Results 1 – 3 of 3) sorted by relevance
672 Set<Size> inputSizes = zslConfig.getInputSizes(inputFormat); in verifyRecommendedZSLConfiguration() local676 ((inputSizes != null) && (inputSizes.size() > 0))); in verifyRecommendedZSLConfiguration()677 for (Size inputSize : inputSizes) { in verifyRecommendedZSLConfiguration()1423 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local1427 inputSizes.length > 0); in testReprocessingCharacteristics()1431 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()
578 List<Size> inputSizes = streamInfo.get(0).getAvailableSizes(); in testMandatoryReprocessableStreamCombination() local600 InputConfiguration inputConfig = new InputConfiguration(inputSizes.get(0).getWidth(), in testMandatoryReprocessableStreamCombination()601 inputSizes.get(0).getHeight(), inputFormat); in testMandatoryReprocessableStreamCombination()
1137 Size inputSizes[] = config.getInputSizes(inputFormat); in testCreateSessionWithParametersByCamera() local1140 (inputSizes.length > 0)); in testCreateSessionWithParametersByCamera()1144 inputSize = inputSizes[0]; in testCreateSessionWithParametersByCamera()