OSDN Git Service

camera_metadata: Change some DNG tag visibility to system
authorZhijun He <zhijunhe@google.com>
Tue, 6 May 2014 23:18:04 +0000 (16:18 -0700)
committerZhijun He <zhijunhe@google.com>
Wed, 7 May 2014 17:05:21 +0000 (17:05 +0000)
Change-Id: I576084fbf0d8f628cb64518b4514e77cf52fb21c

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

index 46e580b..a86ea7f 100644 (file)
@@ -14319,7 +14319,7 @@ to bottom in the sensor's coordinate system</p>
                 <span class="entry_type_array">
                   3
                 </span>
-              <span class="entry_type_visibility"> [public]</span>
+              <span class="entry_type_visibility"> [system]</span>
                 <div class="entry_type_notes">Number of samples for hue,<wbr/> saturation,<wbr/> and value</div>
 
 
@@ -14790,7 +14790,7 @@ processing raw sensor data.<wbr/></p>
                 <span class="entry_type_array">
                   hue_samples x saturation_samples x value_samples x 3
                 </span>
-              <span class="entry_type_visibility"> [public]</span>
+              <span class="entry_type_visibility"> [system]</span>
                 <div class="entry_type_notes">Mapping for hue,<wbr/> saturation,<wbr/> and value</div>
 
 
@@ -14851,7 +14851,7 @@ value scale factor of 1.<wbr/>0.<wbr/></p>
                 <span class="entry_type_array">
                   samples x 2
                 </span>
-              <span class="entry_type_visibility"> [public]</span>
+              <span class="entry_type_visibility"> [system]</span>
                 <div class="entry_type_notes">Samples defining a spline for a tone-mapping curve</div>
 
 
index cbe2692..ef666b2 100644 (file)
@@ -4269,7 +4269,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
           <tag id="BC" />
         </entry>
         <entry name="profileHueSatMapDimensions" type="int32"
-        visibility="public" optional="true"
+        visibility="system" optional="true"
         type_notes="Number of samples for hue, saturation, and value"
         container="array">
           <array>
@@ -4343,7 +4343,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
           <tag id="DNG" />
         </entry>
         <entry name="profileHueSatMap" type="float"
-        visibility="public" optional="true"
+        visibility="system" optional="true"
         type_notes="Mapping for hue, saturation, and value"
         container="array">
           <array>
@@ -4375,7 +4375,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
           <tag id="DNG" />
         </entry>
         <entry name="profileToneCurve" type="float"
-        visibility="public" optional="true"
+        visibility="system" optional="true"
         type_notes="Samples defining a spline for a tone-mapping curve"
         container="array">
           <array>
index 424f0cf..3da7f03 100644 (file)
@@ -280,12 +280,12 @@ typedef enum camera_metadata_tag {
     ANDROID_SENSOR_BLACK_LEVEL_PATTERN,               // int32[]      | public
     ANDROID_SENSOR_MAX_ANALOG_SENSITIVITY,            // int32        | public
     ANDROID_SENSOR_ORIENTATION,                       // int32        | public
-    ANDROID_SENSOR_PROFILE_HUE_SAT_MAP_DIMENSIONS,    // int32[]      | public
+    ANDROID_SENSOR_PROFILE_HUE_SAT_MAP_DIMENSIONS,    // int32[]      | system
     ANDROID_SENSOR_TIMESTAMP,                         // int64        | public
     ANDROID_SENSOR_TEMPERATURE,                       // float        | public
     ANDROID_SENSOR_NEUTRAL_COLOR_POINT,               // rational[]   | public
-    ANDROID_SENSOR_PROFILE_HUE_SAT_MAP,               // float[]      | public
-    ANDROID_SENSOR_PROFILE_TONE_CURVE,                // float[]      | public
+    ANDROID_SENSOR_PROFILE_HUE_SAT_MAP,               // float[]      | system
+    ANDROID_SENSOR_PROFILE_TONE_CURVE,                // float[]      | system
     ANDROID_SENSOR_GREEN_SPLIT,                       // float        | public
     ANDROID_SENSOR_TEST_PATTERN_DATA,                 // int32[]      | public
     ANDROID_SENSOR_TEST_PATTERN_MODE,                 // enum         | public