Home | History | Annotate | Download | only in camera

Lines Matching defs:quality

738         int quality = SettingsUtil.getVideoQuality(videoQuality, mCameraId);
739 Log.d(TAG, "Selected video quality for '" + videoQuality + "' is " + quality);
741 // Set video quality.
747 quality = CamcorderProfile.QUALITY_HIGH;
749 quality = CamcorderProfile.QUALITY_LOW;
764 // If quality is not supported, request QUALITY_HIGH which is always supported.
765 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) {
766 quality = CamcorderProfile.QUALITY_HIGH;
768 mProfile = CamcorderProfile.get(mCameraId, quality);
1692 // Set JPEG quality.