Searched defs:QUALITY_HIGH (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java56 public static final int QUALITY_HIGH = 1; field in class:CamcorderProfile
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.
249 * @see #QUALITY_HIGH
H A DCameraProfile.java42 public static final int QUALITY_HIGH = 2; field in class:CameraProfile
78 if (quality < QUALITY_LOW || quality > QUALITY_HIGH) {
98 if (nLevels != QUALITY_HIGH + 1) {

Completed in 39 milliseconds