Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DRecommendedStreamConfigurationMap.java243 public @Nullable Set<Integer> getValidOutputFormatsForInput(@Format int inputFormat) { in getValidOutputFormatsForInput() method in RecommendedStreamConfigurationMap
244 return getUnmodifiableIntegerSet(mRecommendedMap.getValidOutputFormatsForInput( in getValidOutputFormatsForInput()
H A DStreamConfigurationMap.java413 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StreamConfigurationMap
1901 int[] outputFormats = getValidOutputFormatsForInput(inputFormat); in appendValidOutputFormatsForInputString()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1326 public int[] getValidOutputFormatsForInput(int inputFormat) { in getValidOutputFormatsForInput() method in StaticMetadata
1335 return config.getValidOutputFormatsForInput(inputFormat); in getValidOutputFormatsForInput()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java272 mStaticInfo.getValidOutputFormatsForInput(inputFormat); in testReprocessingAllCombinations()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19470 method @Nullable public java.util.Set<java.lang.Integer> getValidOutputFormatsForInput(int);
19533 method public int[] getValidOutputFormatsForInput(int);