summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBrint E. Kriebel <bekit@cyngn.com>2014-11-18 13:50:33 -0800
committerBrint E. Kriebel <bekit@cyngn.com>2014-11-18 13:50:33 -0800
commit2e69425998de767bbef41ddaa0ed498baa17b9e7 (patch)
tree512fb746a98c4a97f1f233968f4fdeb2db4cb8e4 /res
parentb86bd077747261522962c737c3fae38e05d89cb8 (diff)
parente95ccbc2275afdff17ed106cbc0266de58aab24e (diff)
downloadandroid_packages_apps_Camera2-shipping/cm-11.0.tar.gz
android_packages_apps_Camera2-shipping/cm-11.0.tar.bz2
android_packages_apps_Camera2-shipping/cm-11.0.zip
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 9bb3b8b73..fde705275 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -43,4 +43,8 @@
<bool name="enableHDRWithZSL">false</bool>
<!-- Enable histogram support -->
<bool name="enableHistogram">false</bool>
+
+ <!-- Controls whether or not the HAL allows a multi-threaded
+ camera startup -->
+ <bool name="enableThreadedCameraStartup">true</bool>
</resources>