Home
last modified time | relevance | path

Searched refs:getInputSizes (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DRecommendedStreamConfigurationMap.java279 public @Nullable Set<Size> getInputSizes(@Format int format) { in getInputSizes() method in RecommendedStreamConfigurationMap
280 return getUnmodifiableSizeSet(mRecommendedMap.getInputSizes(format)); in getInputSizes()
H A DMandatoryStreamCombination.java1711 mStreamConfigMapMaximumResolution.getInputSizes(ImageFormat.YUV_420_888); in getAvailableMandatoryMaximumResolutionStreamCombinations()
1713 mStreamConfigMapMaximumResolution.getInputSizes(ImageFormat.PRIVATE); in getAvailableMandatoryMaximumResolutionStreamCombinations()
1752 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
1757 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
1762 getMaxSize(mStreamConfigMapMaximumResolution.getInputSizes( in createUHSensorMandatoryStreamCombination()
2003 maxPrivateInputSize = getMaxSize(mStreamConfigMap.getInputSizes( in generateAvailableCombinations()
2009 maxYUVInputSize = getMaxSize(mStreamConfigMap.getInputSizes( in generateAvailableCombinations()
H A DStreamConfigurationMap.java453 public Size[] getInputSizes(final int format) { in getInputSizes() method in StreamConfigurationMap
1883 Size[] sizes = getInputSizes(format); in appendInputsString()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1337 sizes = configMap.getInputSizes(format); in checkStreamConfigurationMapByFormatSize()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1393 sizes = config.getInputSizes(format); in getAvailableSizesForFormatChecked()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java1489 Size[] inputSizes = configMap.getInputSizes(inputFormat); in checkInputConfigurationWithStreamConfigurationsAs()
/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.txt19461 method @Nullable public java.util.Set<android.util.Size> getInputSizes(int);
19525 method public android.util.Size[] getInputSizes(int);