Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java247 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testRecreateReprocessingSessions()
472 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessAbort()
502 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessTimestamps()
534 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessJpegExif()
564 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessRequestKeys()
645 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessingAllCombinations()
DExtendedCameraCharacteristicsTest.java916 Set<Integer> validOutputFormats = zslConfig.getValidOutputFormatsForInput(inputFormat); in verifyRecommendedZSLConfiguration()
917 int [] availableValidOutputFormats = fullConfig.getValidOutputFormatsForInput( in verifyRecommendedZSLConfiguration()
1666 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testReprocessingCharacteristics()
1818 int[] outputFormatsForInput = configs.getValidOutputFormatsForInput(input); in testRemosaicReprocessingCharacteristics()
DCameraDeviceTest.java1157 int outputFormats[] = config.getValidOutputFormatsForInput(inputFormat); in testCreateSessionWithParametersByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1553 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StaticMetadata
1562 return config.getValidOutputFormatsForInput(inputFormat); in getValidOutputFormatsForInput()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java226 int[] outputFmts = map.getValidOutputFormatsForInput(inputFmts[i]); in storeStreamConfigurationMap()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt20195 method @Nullable public java.util.Set<java.lang.Integer> getValidOutputFormatsForInput(int);
20260 method public int[] getValidOutputFormatsForInput(int);