OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUALITY_HIGH
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/media/java/android/media/
CameraProfile.java
42
public static final int
QUALITY_HIGH
= 2;
78
if (quality < QUALITY_LOW || quality >
QUALITY_HIGH
) {
98
if (nLevels !=
QUALITY_HIGH
+ 1) {
CamcorderProfile.java
56
public static final int
QUALITY_HIGH
= 1;
225
* Quality levels QUALITY_LOW,
QUALITY_HIGH
are guaranteed to be supported, while
228
* QUALITY_LOW refers to the lowest quality available, while
QUALITY_HIGH
refers to
230
* QUALITY_LOW/
QUALITY_HIGH
have to match one of qcif, cif, 480p, 720p, or 1080p.
246
* @see #
QUALITY_HIGH
/cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java
54
int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.
QUALITY_HIGH
);
70
int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.
QUALITY_HIGH
);
CamcorderProfileTest.java
66
profile.quality == CamcorderProfile.
QUALITY_HIGH
||
201
getWithOptionalId(CamcorderProfile.
QUALITY_HIGH
, cameraId);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java
35
public static int mProfileQuality = CamcorderProfile.
QUALITY_HIGH
;
/packages/apps/Camera/src/com/android/camera/
CameraSettings.java
91
return Integer.toString(CamcorderProfile.
QUALITY_HIGH
);
VideoCamera.java
695
quality = CamcorderProfile.
QUALITY_HIGH
;
[
all
...]
Camera.java
[
all
...]
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 424 milliseconds