Home
last modified time | relevance | path

Searched refs:getOutputMinFrameDuration (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java720 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
774 public <T> long getOutputMinFrameDuration(final Class<T> klass, final Size size) { in getOutputMinFrameDuration() method in StreamConfigurationMap
1487 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendOutputsString()
1508 long minFrameDuration = getOutputMinFrameDuration(format, size); in appendHighResOutputsString()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1359 actualDuration = configMap.getOutputMinFrameDuration( in checkStreamConfigurationMapDurationByFormatSize()
1362 actualDuration = configMap.getOutputMinFrameDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
/frameworks/base/api/
Dcurrent.txt13841 method public long getOutputMinFrameDuration(int, android.util.Size);
13842 method public long getOutputMinFrameDuration(java.lang.Class<T>, android.util.Size);
Dsystem-current.txt14183 method public long getOutputMinFrameDuration(int, android.util.Size);
14184 method public long getOutputMinFrameDuration(java.lang.Class<T>, android.util.Size);