Searched refs:getOutputStallDuration (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | RecommendedStreamConfigurationMap.java | 437 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration() method in RecommendedStreamConfigurationMap 438 return mRecommendedMap.getOutputStallDuration(format, size); in getOutputStallDuration() 499 public @IntRange(from = 0) <T> long getOutputStallDuration(@NonNull final Class<T> klass, in getOutputStallDuration() method in RecommendedStreamConfigurationMap 502 return mRecommendedMap.getOutputStallDuration(klass, size); in getOutputStallDuration()
|
D | StreamConfigurationMap.java | 1093 public long getOutputStallDuration(int format, Size size) { in getOutputStallDuration() method in StreamConfigurationMap 1130 public <T> long getOutputStallDuration(final Class<T> klass, final Size size) { in getOutputStallDuration() method in StreamConfigurationMap 1855 long stallDuration = getOutputStallDuration(format, size); in appendOutputsString() 1876 long stallDuration = getOutputStallDuration(format, size); in appendHighResOutputsString()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 1376 actualDuration = configMap.getOutputStallDuration( in checkStreamConfigurationMapDurationByFormatSize() 1379 actualDuration = configMap.getOutputStallDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 1212 long stallDuration = fullMap.getOutputStallDuration(publicFormat, sz); in parseRecommendedConfigurations()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 20197 method @IntRange(from=0) public long getOutputStallDuration(int, @NonNull android.util.Size); 20198 …method @IntRange(from=0) public <T> long getOutputStallDuration(@NonNull Class<T>, @NonNull androi… 20263 method public long getOutputStallDuration(int, android.util.Size); 20264 method public <T> long getOutputStallDuration(Class<T>, android.util.Size);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13153 method public long getOutputStallDuration(int, android.util.Size); 13154 method public long getOutputStallDuration(java.lang.Class<T>, android.util.Size);
|