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}
468 * {@link #getOutputFormats}).</p>
485 * @see #getOutputFormats
680 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
781 * <p>{@code format} should be one of the ones returned by {@link #getOutputFormats()}.</p>
948 // Check that the argument is supported by #getOutputFormats or #getInputFormats
1486 int[] formats = getOutputFormats();
1506 int[] formats = getOutputFormats();

Completed in 73 milliseconds