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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java253 public final int[] getInputFormats() { method in class:StreamConfigurationMap
260 * <p>The format must have come from {@link #getInputFormats}; otherwise
263 * @param format a format from {@link #getInputFormats}
953 // Check that the argument is supported by #getOutputFormats or #getInputFormats
1524 int[] formats = getInputFormats();
1541 int[] inputFormats = getInputFormats();

Completed in 10 milliseconds