Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DRecommendedStreamConfigurationMap.java408 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
410 return mRecommendedMap.getOutputMinFrameDuration(format, size); in getOutputMinFrameDuration()
465 public @IntRange(from = 0) <T> long getOutputMinFrameDuration(@NonNull final Class<T> klass, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
468 return mRecommendedMap.getOutputMinFrameDuration(klass, size); in getOutputMinFrameDuration()
DStreamConfigurationMap.java899 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
953 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1752 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString()
1773 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
DMandatoryStreamCombination.java1150 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1359 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize()
1362 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
/frameworks/base/api/
Dlint-baseline.txt1147 Todo: android.hardware.camera2.params.StreamConfigurationMap#getOutputMinFrameDuration(Class<T>, an…
1149 Todo: android.hardware.camera2.params.StreamConfigurationMap#getOutputMinFrameDuration(int, android…
Dcurrent.txt17418 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size);
17419 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and…
17478 method public long getOutputMinFrameDuration(int, android.util.Size);
17479 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DStaticMetadata.java1511 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java961 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
/frameworks/base/non-updatable-api/
Dcurrent.txt17418 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size);
17419 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and…
17478 method public long getOutputMinFrameDuration(int, android.util.Size);
17479 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13149 method public long getOutputMinFrameDuration(int, android.util.Size);
13150 method public long getOutputMinFrameDuration(java.lang.Class<T>, android.util.Size);