summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.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/xml/capture_preferences.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/xml/capture_preferences.xml')
-rwxr-xr-xres/xml/capture_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 4cb1a7068..7b6b20136 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -433,4 +433,11 @@
camera:title="@string/pref_camera2_fovc_title"
camera:entries="@array/pref_camera2_fovc_entries"
camera:entryValues="@array/pref_camera2_fovc_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera2_video_hdr_key"
+ camera:defaultValue="@string/pref_camera2_video_hdr_default"
+ camera:title="@string/pref_camera2_video_hdr_title"
+ camera:entries="@array/pref_camera2_video_hdr_entries"
+ camera:entryValues="@array/pref_camera2_video_hdr_entryvalues" />
</PreferenceGroup>