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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java279 * returned by {@link #getOutputSizes}.</p>
377 * <li>Using a format/size combination that's not listed by {@link #getOutputSizes}
439 * {@link #getOutputSizes(int)} instead.</p>
455 public <T> Size[] getOutputSizes(Class<T> klass) { method in class:StreamConfigurationMap
487 public Size[] getOutputSizes(int format) { method in class:StreamConfigurationMap
497 * subset of the sizes reported by {@link #getOutputSizes} for processed non-stalling formats
658 * still be listed in the regular {@link #getOutputSizes} list. All the sizes on this list are
662 * {@code null}, since resolutions in the {@link #getOutputSizes} list are already not
682 * {@link #getOutputSizes(int)}.</p>
735 * {@link #getOutputSizes(in
[all...]

Completed in 3103 milliseconds