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

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

Completed in 36 milliseconds