summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcKe <herderkewitz@googlemail.com>2015-01-07 21:50:54 +0100
committerBrett Rogers <brettrogers11@gmail.com>2015-12-08 12:25:54 -0800
commit02a3b7b2c85b056f6172668ac9d2008a941a6df5 (patch)
treebe48c570d924b70a5649831f3e73c24f24c7b8ad
parentc4c9333378ad5a7431a207781817545735109f29 (diff)
downloaddevice_samsung_smdk4412-common-02a3b7b2c85b056f6172668ac9d2008a941a6df5.tar.gz
device_samsung_smdk4412-common-02a3b7b2c85b056f6172668ac9d2008a941a6df5.tar.bz2
device_samsung_smdk4412-common-02a3b7b2c85b056f6172668ac9d2008a941a6df5.zip
smdk4412-common: camera: add 720p for front camera
Change-Id: Ia041c2fc515f5009f58a4fcd79ae8755dceea951
-rw-r--r--configs/media_profiles.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml
index d01cafe..870fe9b 100644
--- a/configs/media_profiles.xml
+++ b/configs/media_profiles.xml
@@ -237,6 +237,19 @@
channels="1" />
</EncoderProfile>
+ <EncoderProfile quality="720p" fileFormat="mp4" duration="30">
+ <Video codec="h264"
+ bitRate="12000000"
+ width="1280"
+ height="720"
+ frameRate="30" />
+
+ <Audio codec="aac"
+ bitRate="128000"
+ sampleRate="48000"
+ channels="1" />
+ </EncoderProfile>
+
<EncoderProfile quality="timelapseqcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="384000"