Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecae17b6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "frameworks/base: Update timelapse quality check"

parents f752d403 a5a46ea2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ public class MediaRecorder
        setVideoEncodingBitRate(profile.videoBitRate);
        setVideoEncoder(profile.videoCodec);
        if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
             profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_QVGA) {
             profile.quality <= CamcorderProfile.QUALITY_TIME_LAPSE_WQVGA) {
            // Nothing needs to be done. Call to setCaptureRate() enables
            // time lapse video recording.
        } else if (profile.audioCodec >= 0) {