Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java866 public long getOutputStallDuration(int format, Size size) { in getOutputStallDuration() method in StreamConfigurationMap
903 public <T> long getOutputStallDuration(final Class<T> klass, final Size size) { in getOutputStallDuration() method in StreamConfigurationMap
1488 long stallDuration = getOutputStallDuration(format, size); in appendOutputsString()
1509 long stallDuration = getOutputStallDuration(format, size); in appendHighResOutputsString()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1368 actualDuration = configMap.getOutputStallDuration( in checkStreamConfigurationMapDurationByFormatSize()
1371 actualDuration = configMap.getOutputStallDuration(format, size); in checkStreamConfigurationMapDurationByFormatSize()
/frameworks/base/api/
Dcurrent.txt13845 method public long getOutputStallDuration(int, android.util.Size);
13846 method public long getOutputStallDuration(java.lang.Class<T>, android.util.Size);
Dsystem-current.txt14187 method public long getOutputStallDuration(int, android.util.Size);
14188 method public long getOutputStallDuration(java.lang.Class<T>, android.util.Size);