Searched refs:inputSizes (Results 1 – 3 of 3) sorted by relevance
669 Set<Size> inputSizes = zslConfig.getInputSizes(inputFormat); in verifyRecommendedZSLConfiguration() local673 ((inputSizes != null) && (inputSizes.size() > 0))); in verifyRecommendedZSLConfiguration()674 for (Size inputSize : inputSizes) { in verifyRecommendedZSLConfiguration()1428 Size[] inputSizes = configs.getInputSizes(input); in testReprocessingCharacteristics() local1432 inputSizes.length > 0); in testReprocessingCharacteristics()1436 for (Size inputSize : inputSizes) { in testReprocessingCharacteristics()
573 List<Size> inputSizes = streamInfo.get(0).getAvailableSizes(); in testMandatoryReprocessableStreamCombination() local595 InputConfiguration inputConfig = new InputConfiguration(inputSizes.get(0).getWidth(), in testMandatoryReprocessableStreamCombination()596 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()