OSDN Git Service

Camera: Make partialResult quirk fields hidden, not system.
authorEino-Ville Talvala <etalvala@google.com>
Thu, 7 Nov 2013 22:43:43 +0000 (14:43 -0800)
committerEino-Ville Talvala <etalvala@google.com>
Thu, 7 Nov 2013 22:43:43 +0000 (14:43 -0800)
Bug: 11115603
Change-Id: I39c51f0a7655736ff216143ece951102930af93c

camera/docs/docs.html
camera/docs/metadata_properties.xml
camera/include/system/camera_metadata_tags.h

index 0c0b25e..2bb17ae 100644 (file)
             <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 -->
             <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>
index 38f6779..c65a989 100644 (file)
@@ -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
index 1585e06..a6ccc29 100644 (file)
@@ -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