Searched refs:getOutputMinFrameDuration (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | RecommendedStreamConfigurationMap.java | 408 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap 410 return mRecommendedMap.getOutputMinFrameDuration(format, size); in getOutputMinFrameDuration() 465 public @IntRange(from = 0) <T> long getOutputMinFrameDuration(@NonNull final Class<T> klass, in getOutputMinFrameDuration() method in RecommendedStreamConfigurationMap 468 return mRecommendedMap.getOutputMinFrameDuration(klass, size); in getOutputMinFrameDuration()
|
D | StreamConfigurationMap.java | 899 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap 953 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap 1752 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString() 1773 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
|
D | MandatoryStreamCombination.java | 1150 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 1359 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize() 1362 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
|
/frameworks/base/api/ |
D | lint-baseline.txt | 1147 Todo: android.hardware.camera2.params.StreamConfigurationMap#getOutputMinFrameDuration(Class<T>, an… 1149 Todo: android.hardware.camera2.params.StreamConfigurationMap#getOutputMinFrameDuration(int, android…
|
D | current.txt | 17418 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size); 17419 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and… 17478 method public long getOutputMinFrameDuration(int, android.util.Size); 17479 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | StaticMetadata.java | 1511 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 961 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 17418 method @IntRange(from=0) public long getOutputMinFrameDuration(int, @NonNull android.util.Size); 17419 …method @IntRange(from=0) public <T> long getOutputMinFrameDuration(@NonNull Class<T>, @NonNull and… 17478 method public long getOutputMinFrameDuration(int, android.util.Size); 17479 method public <T> long getOutputMinFrameDuration(Class<T>, android.util.Size);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13149 method public long getOutputMinFrameDuration(int, android.util.Size); 13150 method public long getOutputMinFrameDuration(java.lang.Class<T>, android.util.Size);
|