Home | History | Annotate | Download | only in camera

Lines Matching defs:cameraId

83                           int cameraId, CameraInfo[] cameraInfo) {
86 mCameraId = cameraId;
98 public static String getSupportedHighestVideoQuality(int cameraId,
102 List<String> supported = getSupportedVideoQuality(cameraId);
422 int cameraId = readPreferredCameraId(pref);
423 if (cameraId == 0) return; // fast path
426 if (cameraId < 0 || cameraId >= n) {
436 int cameraId) {
438 editor.putString(KEY_CAMERA_ID, Integer.toString(cameraId));
488 private static ArrayList<String> getSupportedVideoQuality(int cameraId) {
491 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_1080P)) {
494 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_720P)) {
497 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_480P)) {