Searched refs:QUALITY_HIGH (Results 1 - 5 of 5) 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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java35 public static int mProfileQuality = CamcorderProfile.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.java34 public static final int QUALITY_HIGH = 1; field in class:VideoProfile
139 * Valid values: {@link VideoProfile#QUALITY_HIGH}, {@link VideoProfile#QUALITY_MEDIUM},

Completed in 9093 milliseconds