Home | History | Annotate | Download | only in camera

Lines Matching refs:integer

99                     cameraId, Integer.valueOf(defaultQuality))) {
103 return Integer.toString(CamcorderProfile.QUALITY_HIGH);
135 int width = Integer.parseInt(candidate.substring(0, index));
136 int height = Integer.parseInt(candidate.substring(index + 1));
149 duration = context.getResources().getInteger(R.integer.max_video_recording_length);
245 // show only integer values for exposure compensation
254 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
428 return Integer.parseInt(pref.getString(KEY_CAMERA_ID, "0"));
434 editor.putString(KEY_CAMERA_ID, Integer.toString(cameraId));
443 return Integer.parseInt(exposure);
535 supported.add(Integer.toString(CamcorderProfile.QUALITY_HIGH));
542 supported.add(Integer.toString(CamcorderProfile.QUALITY_LOW));
552 supported.add(Integer.toString(CamcorderProfile.QUALITY_1080P));
555 supported.add(Integer.toString(CamcorderProfile.QUALITY_720P));
558 supported.add(Integer.toString(CamcorderProfile.QUALITY_480P));