summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2015-02-24 15:32:58 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-02-24 17:15:01 -0800
commitd18b14bd1610da3a3539c633543ed55e9ada715a (patch)
tree5355869c61baae39dafe8cfb924508b65f978202 /res
parent00357c3542c1c8db05b14c46f41b276a8aff5006 (diff)
downloadandroid_packages_apps_Snap-d18b14bd1610da3a3539c633543ed55e9ada715a.tar.gz
android_packages_apps_Snap-d18b14bd1610da3a3539c633543ed55e9ada715a.tar.bz2
android_packages_apps_Snap-d18b14bd1610da3a3539c633543ed55e9ada715a.zip
SnapdragonCamera: Reduce panorama image resolution for 512M
Change-Id: I599cbd5b54451e2e2a4ae58307f93e9dca22e995
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index f83b5d8f4..7ada8d775 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -22,7 +22,7 @@
<!-- This value may be tweaked to save memory on low RAM devices. The value
is the percentage of camera preview height/width to scale to. -->
- <integer name="panorama_frame_size_reduction">100</integer>
+ <integer name="panorama_frame_size_reduction">90</integer>
<!-- This value may be changed to true to enable the warped pano preview overlayed on top
of the fullscreen pano preview. -->