summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2013-10-02 14:06:15 -0700
committerZhijun He <zhijunhe@google.com>2013-10-02 14:06:15 -0700
commit59ccb1e070e988e93e5191a4bf5d0d7e5331e463 (patch)
tree3e22b8f7eaae3720e74af5e4d4b10b1c8ee15033
parent160c39080317e74de1154cd9acbef686e348eba7 (diff)
downloadandroid_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.tar.gz
android_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.tar.bz2
android_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.zip
camera_metadata: make face score range 1-100
1-100 is what we specified in API side. Bug: 10406212 Change-Id: Id0180dc44b95c43ad820a307d9e3bd98b8fd74fb
-rw-r--r--camera/docs/docs.html2
-rw-r--r--camera/docs/metadata_properties.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 259bb721..5c80c26d 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -9881,7 +9881,7 @@
</td>
<td class="entry_range">
- 0-100
+ 1-100
</td>
<td class="entry_notes">
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index abb9b5db..6e338b86 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -2296,7 +2296,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
</array>
<description>List of the face confidence scores for
detected faces</description>
- <range>0-100</range>
+ <range>1-100</range>
<notes>Only available if faceDetectMode != OFF. The value should be
meaningful (for example, setting 100 at all times is illegal).</notes>
<tag id="BC" />