Searched defs:getOutputFormats (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java152 public final int[] getOutputFormats() { method in class:StreamConfigurationMap
289 * <li>Using a format that's not listed by {@link #getOutputFormats}
358 * {@link #getOutputFormats}).</p>
367 * @see #getOutputFormats
526 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
623 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
785 // Check that the argument is supported by #getOutputFormats or #getInputFormats
789 int[] formats = output ? getOutputFormats() : getInputFormats();

Completed in 68 milliseconds