summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2013-11-07 14:43:43 -0800
committerEino-Ville Talvala <etalvala@google.com>2013-11-07 14:43:43 -0800
commit52a64a571f037c5b519b98c69a3b47466d4accce (patch)
tree8f44ec5380464d7c13ac6686a856de47312c5826
parent82ce3311c9430610330456412b0dfab208a7dee3 (diff)
downloadmedia-idea133.tar.gz
Bug: 11115603 Change-Id: I39c51f0a7655736ff216143ece951102930af93c
-rw-r--r--camera/docs/docs.html4
-rw-r--r--camera/docs/metadata_properties.xml4
-rw-r--r--camera/include/system/camera_metadata_tags.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 0c0b25eb..2bb17ae6 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -6531,7 +6531,7 @@
<td class="entry_type">
<span class="entry_type_name">byte</span>
- <span class="entry_type_visibility"> [system]</span>
+ <span class="entry_type_visibility"> [hidden]</span>
</td> <!-- entry_type -->
@@ -6597,7 +6597,7 @@
<td class="entry_type">
<span class="entry_type_name entry_type_name_enum">byte</span>
- <span class="entry_type_visibility"> [system as boolean]</span>
+ <span class="entry_type_visibility"> [hidden as boolean]</span>
<ul class="entry_type_enum">
<li>
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index 38f6779c..c65a9893 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -1480,7 +1480,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
metadata. Support will be removed in future versions of
camera service.</notes>
</entry>
- <entry name="usePartialResult" type="byte" visibility="system" optional="true">
+ <entry name="usePartialResult" type="byte" visibility="hidden" optional="true">
<description>If set to 1, the HAL will always split result
metadata for a single capture into multiple buffers,
returned using multiple process_capture_result calls.
@@ -1495,7 +1495,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
</static>
<dynamic>
- <entry name="partialResult" type="byte" visibility="system" optional="true" enum="true" typedef="boolean">
+ <entry name="partialResult" type="byte" visibility="hidden" optional="true" enum="true" typedef="boolean">
<enum>
<value>FINAL
<notes>The last or only metadata result buffer
diff --git a/camera/include/system/camera_metadata_tags.h b/camera/include/system/camera_metadata_tags.h
index 1585e06b..a6ccc296 100644
--- a/camera/include/system/camera_metadata_tags.h
+++ b/camera/include/system/camera_metadata_tags.h
@@ -233,8 +233,8 @@ typedef enum camera_metadata_tag {
ANDROID_QUIRKS_START,
ANDROID_QUIRKS_TRIGGER_AF_WITH_AUTO, // byte | system
ANDROID_QUIRKS_USE_ZSL_FORMAT, // byte | system
- ANDROID_QUIRKS_USE_PARTIAL_RESULT, // byte | system
- ANDROID_QUIRKS_PARTIAL_RESULT, // enum | system
+ ANDROID_QUIRKS_USE_PARTIAL_RESULT, // byte | hidden
+ ANDROID_QUIRKS_PARTIAL_RESULT, // enum | hidden
ANDROID_QUIRKS_END,
ANDROID_REQUEST_FRAME_COUNT = // int32 | public