summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-05 17:57:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-05 17:57:55 -0800
commitd1108d74e13a74dc72e49513e0393e924f3d112c (patch)
tree87110cb63a08e326eca1edf5d7413a6d10bf2071
parentbade4951bd8b2c9148df9018c44903b9d48d1f7b (diff)
parente6bf51ea9c5a4c1294e9a6c26d8a9b86534fee1f (diff)
downloadframeworks_av-d1108d74e13a74dc72e49513e0393e924f3d112c.zip
frameworks_av-d1108d74e13a74dc72e49513e0393e924f3d112c.tar.gz
frameworks_av-d1108d74e13a74dc72e49513e0393e924f3d112c.tar.bz2
am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread
* commit 'a8ce773607c26dd4336f57856afce507fb98a279': Suppress the recording sound in the recorded video
-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;