peregrine: Exclude unsupported HFR modes

Change-Id: I998d63fe26c5e64f80ce6ee4c2de4662389d4b6f
This commit is contained in:
LuK1337 2016-01-15 00:26:20 +01:00
parent b3fad2f8ad
commit bde67e31fb
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
Copyright (C) 2014-2016 The CyanogenMod Project
Not a Contribution.
Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- High-framerate recording -->
<string-array name="pref_camera_hfr_entries" translatable="false">
<item>@string/pref_camera_hfr_entry_off</item>
<item>@string/pref_camera_hfr_entry_2x</item>
</string-array>
<string-array name="pref_camera_hfr_entryvalues" translatable="false">
<item>off</item>
<item>hfr60</item>
</string-array>
</resources>