Searched refs:outputFormatsForInput (Results 1 – 1 of 1) sorted by relevance
1439 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testReprocessingCharacteristics() local1443 || arrayContains(outputFormatsForInput, ImageFormat.YUV_420_888)); in testReprocessingCharacteristics()1447 || arrayContains(outputFormatsForInput, ImageFormat.Y8)); in testReprocessingCharacteristics()1449 arrayContains(outputFormatsForInput, ImageFormat.JPEG)); in testReprocessingCharacteristics()1561 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testRemosaicReprocessingCharacteristics() local