summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--[-rwxr-xr-x]res/xml/capture_preferences.xml7
-rw-r--r--res/xml/setting_menu_preferences.xml10
2 files changed, 17 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index aca49b6af..f031086b0 100755..100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -372,4 +372,11 @@
camera:title="@string/pref_camera2_bsgc_title"
camera:entries="@array/pref_camera2_bsgc_entries"
camera:entryValues="@array/pref_camera2_bsgc_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera2_videoencoderprofile_key"
+ camera:defaultValue="@string/pref_camera2_videoencoderprofile_default"
+ camera:title="@string/pref_camera2_videoencoderprofile_title"
+ camera:entries="@array/pref_camera2_videoencoderprofile_entry"
+ camera:entryValues="@array/pref_camera2_videoencoderprofile_entryvalues" />
</PreferenceGroup>
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index cb7b3897a..4f42b5c0e 100644
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -217,6 +217,16 @@
android:title="@string/pref_camera_videoencoder_title" />
<ListPreference
+ android:defaultValue="@string/pref_camera2_videoencoderprofile_default"
+ android:entries="@array/pref_camera2_videoencoderprofile_entry"
+ android:entryValues="@array/pref_camera2_videoencoderprofile_entryvalues"
+ android:icon="@drawable/video_encoding"
+ android:key="pref_camera2_videoencoderprofile_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera2_videoencoderprofile_title" />
+
+ <ListPreference
android:defaultValue="@string/pref_camera_audioencoder_default"
android:entries="@array/pref_camera2_audioencoder_entries"
android:entryValues="@array/pref_camera2_audioencoder_entryvalues"