Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
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()
DStreamConfigurationMap.java899 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
952 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1771 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString()
1792 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
DMandatoryStreamCombination.java2279 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/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.java1154 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
/frameworks/base/core/api/
Dcurrent.txt18326 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size);
18327 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and…
18387 method public long getOutputMinFrameDuration(int, android.util.Size);
18388 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);