Home
last modified time | relevance | path

Searched refs:getOutputStallDuration (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DRecommendedStreamConfigurationMap.java439 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration() method in RecommendedStreamConfigurationMap
440 return mRecommendedMap.getOutputStallDuration(format, size); in getOutputStallDuration()
501 public @IntRange(from = 0) <T> long getOutputStallDuration(@NonNull final Class<T> klass, in getOutputStallDuration() method in RecommendedStreamConfigurationMap
504 return mRecommendedMap.getOutputStallDuration(klass, size); in getOutputStallDuration()
DStreamConfigurationMap.java1045 public long getOutputStallDuration(int format, Size size) { in getOutputStallDuration() method in StreamConfigurationMap
1082 public <T> long getOutputStallDuration(final Class<T> klass, final Size size) { in getOutputStallDuration() method in StreamConfigurationMap
1772 long stallDuration = getOutputStallDuration(format, size); in appendOutputsString()
1793 long stallDuration = getOutputStallDuration(format, size); in appendHighResOutputsString()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1368 actualDuration = configMap.getOutputStallDuration( in checkStreamConfigurationMapDurationByFormatSize()
1371 actualDuration = configMap.getOutputStallDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1160 long stallDuration = fullMap.getOutputStallDuration(publicFormat, sz); in parseRecommendedConfigurations()
/frameworks/base/core/api/
Dcurrent.txt18330 method @IntRange(from=0) public long getOutputStallDuration(int, @NonNull android.util.Size);
18331 …method @IntRange(from=0) public <T> long getOutputStallDuration(@NonNull Class<T>, @NonNull androi…
18391 method public long getOutputStallDuration(int, android.util.Size);
18392 method public <T> long getOutputStallDuration(Class<T>, android.util.Size);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13153 method public long getOutputStallDuration(int, android.util.Size);
13154 method public long getOutputStallDuration(java.lang.Class<T>, android.util.Size);