Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DRecommendedStreamConfigurationMap.java421 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
423 return mRecommendedMap.getOutputMinFrameDuration(format, size); in getOutputMinFrameDuration()
478 public @IntRange(from = 0) <T> long getOutputMinFrameDuration(@NonNull final Class<T> klass, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
481 return mRecommendedMap.getOutputMinFrameDuration(klass, size); in getOutputMinFrameDuration()
H A DStreamConfigurationMap.java949 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1002 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1844 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString()
1865 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
H A DMandatoryStreamCombination.java2405 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java1365 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize()
1368 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1511 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1194 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
/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.txt19463 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size);
19464 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and…
19527 method public long getOutputMinFrameDuration(int, android.util.Size);
19528 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);