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

/frameworks/base/media/java/android/media/
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) {
H A DCamcorderProfile.java56 public static final int QUALITY_HIGH = 1; field in class:CamcorderProfile
341 * Quality levels QUALITY_LOW, QUALITY_HIGH are guaranteed to be supported, while
344 * QUALITY_LOW refers to the lowest quality available, while QUALITY_HIGH refers to
346 * QUALITY_LOW/QUALITY_HIGH have to match one of qcif, cif, 480p, 720p, 1080p or 2160p.
366 * @see #QUALITY_HIGH
/frameworks/base/core/java/android/speech/tts/
H A DVoice.java43 public static final int QUALITY_HIGH = 400; field in class:Voice
132 * @see #QUALITY_HIGH
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java33 @IntDef({QUALITY_UNKNOWN, QUALITY_HIGH, QUALITY_MEDIUM, QUALITY_LOW, QUALITY_DEFAULT})
44 public static final int QUALITY_HIGH = 1; field in class:VideoProfile
159 * Valid values: {@link VideoProfile#QUALITY_HIGH}, {@link VideoProfile#QUALITY_MEDIUM},

Completed in 120 milliseconds