Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java200 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testRecreateReprocessingSessions()
354 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessAbort()
383 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessTimestamps()
414 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessJpegExif()
443 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessRequestKeys()
521 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessingAllCombinations()
DExtendedCameraCharacteristicsTest.java748 int[] outputFormats = configs.getValidOutputFormatsForInput(input); in testReprocessingCharacteristics()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1307 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StaticMetadata
1316 return config.getValidOutputFormatsForInput(inputFormat); in getValidOutputFormatsForInput()