Searched refs:getOutputMinFrameDuration (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | RecommendedStreamConfigurationMap.java | 419 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()
|
D | StreamConfigurationMap.java | 947 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()
|
D | MandatoryStreamCombination.java | 2405 long minFrameDuration = mStreamConfigMap.getOutputMinFrameDuration( in getMaxCameraRecordingSize()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | CameraMetadataTest.java | 1367 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize() 1370 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
|
/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 | 1206 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
|
/frameworks/base/core/api/ |
D | current.txt | 20193 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/ |
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);
|