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.java419 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
421 return mRecommendedMap.getOutputMinFrameDuration(format, size); in getOutputMinFrameDuration()
476 public @IntRange(from = 0) <T> long getOutputMinFrameDuration(@NonNull final Class<T> klass, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap
479 return mRecommendedMap.getOutputMinFrameDuration(klass, size); in getOutputMinFrameDuration()
DStreamConfigurationMap.java947 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1000 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1854 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString()
1875 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
DMandatoryStreamCombination.java2405 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1367 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize()
1370 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.java1206 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
/frameworks/base/core/api/
Dcurrent.txt20193 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size);
20194 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and…
20259 method public long getOutputMinFrameDuration(int, android.util.Size);
20260 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);