Searched refs:QUALITY_LOW (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCameraProfile.java40 public static final int QUALITY_LOW = 0; field in class:CameraProfile
78 if (quality < QUALITY_LOW || quality > QUALITY_HIGH) {
H A DCamcorderProfile.java51 public static final int QUALITY_LOW = 0; field in class:CamcorderProfile
94 private static final int QUALITY_LIST_START = QUALITY_LOW;
228 * Quality levels QUALITY_LOW, QUALITY_HIGH are guaranteed to be supported, while
231 * QUALITY_LOW refers to the lowest quality available, while QUALITY_HIGH refers to
233 * QUALITY_LOW/QUALITY_HIGH have to match one of qcif, cif, 480p, 720p, or 1080p.
248 * @see #QUALITY_LOW

Completed in 30 milliseconds