summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 73c34bd39..23ba3d382 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -203,6 +203,19 @@
<item>normal</item>
</string-array>
+ <!-- Rough estimates of jpeg compression ratio corresponding to qualities defined above. -->
+ <integer-array name="jpegquality_compression_ratio">
+ <item>48</item>
+ <item>38</item>
+ <item>31</item>
+ <item>20</item>
+ <item>11</item>
+ <item>6</item>
+ <item>20</item>
+ <item>31</item>
+ <item>38</item>
+ </integer-array>
+
<!-- Camera Preferences Color effect dialog box entries -->
<string-array name="pref_camera_coloreffect_entries" translatable="false">
<item>@string/pref_camera_coloreffect_entry_none</item>