Searched defs:getOutputStallDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java710 * @see #getOutputStallDuration(int, Size)
861 public long getOutputStallDuration(int format, Size size) { method in class:StreamConfigurationMap
882 * <p>See {@link #getOutputStallDuration(int, Size)} for a definition of a
898 public <T> long getOutputStallDuration(final Class<T> klass, final Size size) { method in class:StreamConfigurationMap
1491 long stallDuration = getOutputStallDuration(format, size);
1512 long stallDuration = getOutputStallDuration(format, size);

Completed in 35 milliseconds