Searched refs:inputFormats (Results 1 – 4 of 4) sorted by relevance
416 Set<Integer> inputFormats = config.getInputFormats(); in verifyCommonRecommendedConfiguration() local419 ((inputFormats == null) || (inputFormats.size() == 0))); in verifyCommonRecommendedConfiguration()687 Set<Integer> inputFormats = zslConfig.getInputFormats(); in verifyRecommendedZSLConfiguration() local689 for (Integer inputFormatInteger : inputFormats) { in verifyRecommendedZSLConfiguration()1377 int[] inputFormats = configs.getInputFormats(); in testReprocessingCharacteristics() local1423 !supportYUV || arrayContains(inputFormats, ImageFormat.YUV_420_888)); in testReprocessingCharacteristics()1426 || arrayContains(inputFormats, ImageFormat.Y8)); in testReprocessingCharacteristics()1428 !supportOpaque || arrayContains(inputFormats, ImageFormat.PRIVATE)); in testReprocessingCharacteristics()1437 for (int input : inputFormats) { in testReprocessingCharacteristics()1469 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()