Home | History | Annotate | Download | only in camera

Lines Matching full:quality

490         // Remove the video quality preference setting when the quality is given in the intent.
723 int quality = Integer.valueOf(videoQuality);
725 // Set video quality.
731 quality = CamcorderProfile.QUALITY_HIGH;
733 quality = CamcorderProfile.QUALITY_LOW;
751 // Set quality to 480p for effects, unless intent is overriding it
753 quality = CamcorderProfile.QUALITY_480P;
756 // enabled. In that case, UI quality override handled in
779 if (mCaptureTimeLapse) quality += 1000;
780 mProfile = CamcorderProfile.get(mCameraId, quality);
1948 // Set JPEG quality.