summaryrefslogtreecommitdiffstats
path: root/include
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
commite6bf51ea9c5a4c1294e9a6c26d8a9b86534fee1f (patch)
treebf0df997f25fa4c5d85af140b7dfbaad0ad2eb3c /include
parent74de24045c00d641e79483b459d7d00d3d5bffe3 (diff)
parent91dcf1510491c4128f506a0d28e64de5ecbf459d (diff)
downloadframeworks_av-e6bf51ea9c5a4c1294e9a6c26d8a9b86534fee1f.zip
frameworks_av-e6bf51ea9c5a4c1294e9a6c26d8a9b86534fee1f.tar.gz
frameworks_av-e6bf51ea9c5a4c1294e9a6c26d8a9b86534fee1f.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')
-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;