summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-05 17:55:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-05 17:55:27 -0800
commita8ce773607c26dd4336f57856afce507fb98a279 (patch)
tree68cacac6f4874a07c4cfbfeceaec5e375aa41bc4 /include/media
parent3a2c6bf0fcae9421cccf113ff972df7aaeb6d3e9 (diff)
parent35e8dcb9df8c3d77ede120e3f1aaf842b2928639 (diff)
downloadframeworks_base-a8ce773607c26dd4336f57856afce507fb98a279.zip
frameworks_base-a8ce773607c26dd4336f57856afce507fb98a279.tar.gz
frameworks_base-a8ce773607c26dd4336f57856afce507fb98a279.tar.bz2
am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread
* commit '35e8dcb9df8c3d77ede120e3f1aaf842b2928639': Suppress the recording sound in the recorded video
Diffstat (limited to 'include/media')
-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;