diff options
author | Wu-cheng Li <wuchengli@google.com> | 2012-04-24 16:23:53 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2012-04-24 16:28:13 +0800 |
commit | 6a79c6c9e8b1999c0f745f6b58f3aade6822e6f1 (patch) | |
tree | 379cb8c838ff69cf1c64b839993f208ebce48945 | |
parent | 353b06a82aa6d44184d55ea5b4dfe5006bea27eb (diff) | |
download | device_samsung_tuna-6a79c6c9e8b1999c0f745f6b58f3aade6822e6f1.zip device_samsung_tuna-6a79c6c9e8b1999c0f745f6b58f3aade6822e6f1.tar.gz device_samsung_tuna-6a79c6c9e8b1999c0f745f6b58f3aade6822e6f1.tar.bz2 |
Only use QVGA for mms in timelapse.
Non-timelapse camcorder profile already uses QVGA. Timelapse
profile should also be updated.
bug:5145483
bug:6370688
Change-Id: I599ebf970503f0fdd806e128af29b01224c0fd61
-rwxr-xr-x | media_profiles.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index ce6d7dd..5769e2b 100755 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -149,11 +149,11 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> + <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="192000" - width="176" - height="144" + width="320" + height="240" frameRate="30" /> <!-- audio setting is ignored --> <Audio codec="amrnb" @@ -271,11 +271,11 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30"> + <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="192000" - width="176" - height="144" + width="320" + height="240" frameRate="30" /> <!-- audio setting is ignored --> <Audio codec="amrnb" |