camera3: Update blackLevelPattern tag.
Change-Id: Iee29d475c92bec1688de96e7cae54dfaf1eec69d
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 3491d93..dc65e77 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -11386,22 +11386,22 @@
<span class="entry_type_array">
4
</span>
- <span class="entry_type_visibility"> [system]</span>
+ <span class="entry_type_visibility"> [public]</span>
<div class="entry_type_notes">2x2 raw count block</div>
</td> <!-- entry_type -->
<td class="entry_description">
- <p>A fixed black level offset for each of the
-Bayer mosaic channels</p>
+ <p>A fixed black level offset for each of the color filter arrangement
+(CFA) mosaic channels.<wbr/></p>
</td>
<td class="entry_units">
</td>
<td class="entry_range">
- <p>>= 0 each</p>
+ <p>>= 0 for each.<wbr/></p>
</td>
<td class="entry_tags">
@@ -11416,8 +11416,10 @@
</tr>
<tr class="entry_cont">
<td class="entry_details" colspan="5">
- <p>As per DNG BlackLevelRepeatDim /<wbr/> BlackLevel
-tags</p>
+ <p>This tag specifies the zero light value for each of the CFA mosaic
+channels in the camera sensor.<wbr/></p>
+<p>The values are given in row-column scan order,<wbr/> with the first value
+corresponding to the element of the CFA in row=0,<wbr/> column=0.<wbr/></p>
</td>
</tr>
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index ae97f5b..840163b 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -3177,16 +3177,23 @@
<tag id="V1" />
<tag id="FULL" />
</entry>
- <entry name="blackLevelPattern" type="int32"
+ <entry name="blackLevelPattern" type="int32" visibility="public"
type_notes="2x2 raw count block" container="array">
<array>
<size>4</size>
</array>
- <description>A fixed black level offset for each of the
- Bayer mosaic channels</description>
- <range>&gt;= 0 each</range>
- <details>As per DNG BlackLevelRepeatDim / BlackLevel
- tags</details>
+ <description>
+ A fixed black level offset for each of the color filter arrangement
+ (CFA) mosaic channels.
+ </description>
+ <range>&gt;= 0 for each.</range>
+ <details>
+ This tag specifies the zero light value for each of the CFA mosaic
+ channels in the camera sensor.
+
+ The values are given in row-column scan order, with the first value
+ corresponding to the element of the CFA in row=0, column=0.
+ </details>
<tag id="DNG" />
</entry>
<entry name="calibrationTransform1" type="rational"