summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-05 17:53:18 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-05 17:53:18 -0800
commit35e8dcb9df8c3d77ede120e3f1aaf842b2928639 (patch)
tree97ddf60fc1901941ce1221bcf70a701a4974c862
parent69ea4e15e52c456537575d21443ac1efdb03a902 (diff)
parenta7ac739b74428539ad8087a389c9de81081d1a93 (diff)
downloadframeworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.zip
frameworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.tar.gz
frameworks_base-35e8dcb9df8c3d77ede120e3f1aaf842b2928639.tar.bz2
Merge "Suppress the recording sound in the recorded video" into gingerbread
-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;