Home | History | Annotate | Download | only in testingcamera

Lines Matching defs:CamcorderProfile

27 import android.media.CamcorderProfile;
137 private List<CamcorderProfile> mCamcorderProfiles;
1187 CamcorderProfile.QUALITY_2160P,
1188 CamcorderProfile.QUALITY_1080P,
1189 CamcorderProfile.QUALITY_480P,
1190 CamcorderProfile.QUALITY_720P,
1191 CamcorderProfile.QUALITY_CIF,
1192 CamcorderProfile.QUALITY_HIGH,
1193 CamcorderProfile.QUALITY_LOW,
1194 CamcorderProfile.QUALITY_QCIF,
1195 CamcorderProfile.QUALITY_QVGA,
1196 CamcorderProfile.QUALITY_TIME_LAPSE_2160P,
1197 CamcorderProfile.QUALITY_TIME_LAPSE_1080P,
1198 CamcorderProfile.QUALITY_TIME_LAPSE_480P,
1199 CamcorderProfile.QUALITY_TIME_LAPSE_720P,
1200 CamcorderProfile.QUALITY_TIME_LAPSE_CIF,
1201 CamcorderProfile.QUALITY_TIME_LAPSE_HIGH,
1202 CamcorderProfile.QUALITY_TIME_LAPSE_LOW,
1203 CamcorderProfile.QUALITY_TIME_LAPSE_QCIF,
1204 CamcorderProfile.QUALITY_TIME_LAPSE_QVGA
1229 mCamcorderProfiles = new ArrayList<CamcorderProfile>();
1232 if (CamcorderProfile.hasProfile(cameraId, PROFILES[i])) {
1234 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i]));