Searched refs:getOutputMinFrameDuration (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | RecommendedStreamConfigurationMap.java | 421 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()
|
H A D | StreamConfigurationMap.java | 949 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap 1002 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap 1844 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString() 1865 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
|
H A D | MandatoryStreamCombination.java | 2405 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | CameraMetadataTest.java | 1365 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize() 1368 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | StaticMetadata.java | 1511 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraMetadataNative.java | 1194 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 19463 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size); 19464 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and… 19527 method public long getOutputMinFrameDuration(int, android.util.Size); 19528 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);
|