summaryrefslogtreecommitdiffstats
path: root/res/values/camera2arrays.xml
diff options
context:
space:
mode:
authorzhuw <zhuw@codeaurora.org>2018-01-22 18:51:08 +0800
committerxianming wang <mingwax@codeaurora.org>2018-02-28 11:04:57 +0800
commit11e8b8771f6f5c638dbf9116178e111381a62609 (patch)
tree2c8af47bceb4a45a8d49590a4afdecee78034adb /res/values/camera2arrays.xml
parent4335371742baa7ddd04b8359c4bd6c76cf4e29d1 (diff)
downloadandroid_packages_apps_Snap-11e8b8771f6f5c638dbf9116178e111381a62609.tar.gz
android_packages_apps_Snap-11e8b8771f6f5c638dbf9116178e111381a62609.tar.bz2
android_packages_apps_Snap-11e8b8771f6f5c638dbf9116178e111381a62609.zip
SnapdragonCamera: Support zzhdr for Video HDR
(1) Add operation in dev options (2) Set opmode before createsession (3) Set vendor tag in first PCR CRs-Fixed: 2197108 Change-Id: Ib3e95f4a09960f8aa41e79b5f3b8832fcf8d90fc
Diffstat (limited to 'res/values/camera2arrays.xml')
-rwxr-xr-xres/values/camera2arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index d7accc04f..8723ecd66 100755
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -1166,4 +1166,14 @@ for time lapse recording -->
<item>@string/pref_camera2_fovc_entry_value_disable</item>
<item>@string/pref_camera2_fovc_entry_value_enable</item>
</string-array>
+
+ <string-array name="pref_camera2_video_hdr_entries" translatable="false">
+ <item>@string/pref_camera2_video_hdr_entry_disable</item>
+ <item>@string/pref_camera2_video_hdr_entry_enable</item>
+ </string-array>
+
+ <string-array name="pref_camera2_video_hdr_entryvalues" translatable="false">
+ <item>@string/pref_camera2_video_hdr_entry_value_disable</item>
+ <item>@string/pref_camera2_video_hdr_entry_value_enable</item>
+ </string-array>
</resources>