Home
last modified time | relevance | path

Searched refs:getValidOutputFormatsForInput (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java249 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testRecreateReprocessingSessions()
474 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessAbort()
504 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessTimestamps()
536 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessJpegExif()
566 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessRequestKeys()
647 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessingAllCombinations()
DExtendedCameraCharacteristicsTest.java707 Set<Integer> validOutputFormats = zslConfig.getValidOutputFormatsForInput(inputFormat); in verifyRecommendedZSLConfiguration()
708 int [] availableValidOutputFormats = fullConfig.getValidOutputFormatsForInput( in verifyRecommendedZSLConfiguration()
1441 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testReprocessingCharacteristics()
1563 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testRemosaicReprocessingCharacteristics()
DCameraDeviceTest.java1135 int outputFormats [] = config.getValidOutputFormatsForInput(inFormat); in testCreateSessionWithParametersByCamera()
1153 int outputFormats [] = config.getValidOutputFormatsForInput(inputFormat); in testCreateSessionWithParametersByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1457 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StaticMetadata
1466 return config.getValidOutputFormatsForInput(inputFormat); in getValidOutputFormatsForInput()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java219 int[] outputFmts = map.getValidOutputFormatsForInput(inputFmts[i]); in storeStreamConfigurationMap()