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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java211 public final int[] getOutputFormats() { method in class:StreamConfigurationMap
376 * <li>Using a format that's not listed by {@link #getOutputFormats}
474 * {@link #getOutputFormats}).</p>
491 * @see #getOutputFormats
686 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
787 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
954 // Check that the argument is supported by #getOutputFormats or #getInputFormats
1487 int[] formats = getOutputFormats();
1507 int[] formats = getOutputFormats();

Completed in 59 milliseconds