Lines Matching refs:Integer
99 cameraId, Integer.valueOf(defaultQuality))) { in getDefaultVideoQuality()
103 return Integer.toString(CamcorderProfile.QUALITY_HIGH); in getDefaultVideoQuality()
135 int width = Integer.parseInt(candidate.substring(0, index)); in setCameraPictureSize()
136 int height = Integer.parseInt(candidate.substring(index + 1)); in setCameraPictureSize()
254 entryValues[maxValue - i] = Integer.toString(Math.round(i / step)); in buildExposureCompensation()
428 return Integer.parseInt(pref.getString(KEY_CAMERA_ID, "0")); in readPreferredCameraId()
434 editor.putString(KEY_CAMERA_ID, Integer.toString(cameraId)); in writePreferredCameraId()
443 return Integer.parseInt(exposure); in readExposure()
535 supported.add(Integer.toString(CamcorderProfile.QUALITY_HIGH)); in getSupportedVideoQuality()
542 supported.add(Integer.toString(CamcorderProfile.QUALITY_LOW)); in getSupportedVideoQuality()
552 supported.add(Integer.toString(CamcorderProfile.QUALITY_1080P)); in getFineResolutionQuality()
555 supported.add(Integer.toString(CamcorderProfile.QUALITY_720P)); in getFineResolutionQuality()
558 supported.add(Integer.toString(CamcorderProfile.QUALITY_480P)); in getFineResolutionQuality()