Searched refs:inputFormats (Results 1 – 4 of 4) sorted by relevance
418 Set<Integer> inputFormats = config.getInputFormats(); in verifyCommonRecommendedConfiguration() local421 ((inputFormats == null) || (inputFormats.size() == 0))); in verifyCommonRecommendedConfiguration()689 Set<Integer> inputFormats = zslConfig.getInputFormats(); in verifyRecommendedZSLConfiguration() local691 for (Integer inputFormatInteger : inputFormats) { in verifyRecommendedZSLConfiguration()1379 int[] inputFormats = configs.getInputFormats(); in testReprocessingCharacteristics() local1425 !supportYUV || arrayContains(inputFormats, ImageFormat.YUV_420_888)); in testReprocessingCharacteristics()1428 || arrayContains(inputFormats, ImageFormat.Y8)); in testReprocessingCharacteristics()1430 !supportOpaque || arrayContains(inputFormats, ImageFormat.PRIVATE)); in testReprocessingCharacteristics()1439 for (int input : inputFormats) { in testReprocessingCharacteristics()1471 Arrays.toString(inputFormats), inputFormats.length == 0); in testReprocessingCharacteristics()[all …]
102 int[] inputFormats = config.getInputFormats(); in testMultiResolutionReprocessCharacteristics() local132 CameraTestUtils.contains(inputFormats, format)); in testMultiResolutionReprocessCharacteristics()
1129 int inputFormats [] = config.getInputFormats(); in testCreateSessionWithParametersByCamera() local1130 if (inputFormats.length == 0) { in testCreateSessionWithParametersByCamera()1134 for (int inFormat : inputFormats) { in testCreateSessionWithParametersByCamera()1152 inputFormat = inputFormats[0]; in testCreateSessionWithParametersByCamera()
245 int[] inputFormats = in testRecreateReprocessingSessions() local247 for (int inputFormat : inputFormats) { in testRecreateReprocessingSessions()