summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-04 17:34:44 -0800
committerJames Dong <jdong@google.com>2011-01-04 17:34:44 -0800
commita7ac739b74428539ad8087a389c9de81081d1a93 (patch)
treecaf165064bd404eb217b1b29a3bc1c70da7321d9 /include
parent06fccc325123bf4c9ebd04ac9300b504436724fe (diff)
downloadframeworks_base-a7ac739b74428539ad8087a389c9de81081d1a93.zip
frameworks_base-a7ac739b74428539ad8087a389c9de81081d1a93.tar.gz
frameworks_base-a7ac739b74428539ad8087a389c9de81081d1a93.tar.bz2
Suppress the recording sound in the recorded video
bug - 3309194 Change-Id: Ib8fb248943bc22f963d67537bfdbc6056c5a159b
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/AudioSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/stagefright/AudioSource.h b/include/media/stagefright/AudioSource.h
index a5cec78..d484d60 100644
--- a/include/media/stagefright/AudioSource.h
+++ b/include/media/stagefright/AudioSource.h
@@ -54,11 +54,11 @@ private:
// After the initial mute, we raise the volume linearly
// over kAutoRampDurationUs.
- kAutoRampDurationUs = 300000,
+ kAutoRampDurationUs = 700000,
// This is the initial mute duration to suppress
// the video recording signal tone
- kAutoRampStartUs = 700000,
+ kAutoRampStartUs = 1000000,
};
AudioRecord *mRecord;