Camera: Metadata: Fix the activeArraySize typo.
Bug: 8778377
Change-Id: I1b0724cdc5d72ca54f8b88d101ef13601a95c4fb
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 49b535b..5b1961f 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -6714,7 +6714,7 @@
<td class="entry_units">
(x,<wbr>y) of top-left corner,<wbr> width and height of region
in pixels; (0,<wbr>0) is top-left corner of
- android.<wbr>sensor.<wbr>active<wbr>Pixel<wbr>Array
+ android.<wbr>sensor.<wbr>active<wbr>Array<wbr>Size
</td>
<td class="entry_range">
@@ -6743,9 +6743,9 @@
rounded to nearest larger supportable width,<wbr> especially
for raw output,<wbr> where only a few fixed scales may be
possible.<wbr> The width and height of the crop region cannot
- be set to be smaller than floor( activePixelArray.<wbr>width /<wbr>
+ be set to be smaller than floor( activeArraySize.<wbr>width /<wbr>
android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom ) and floor(
- activePixelArray.<wbr>height /<wbr> android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom),<wbr>
+ activeArraySize.<wbr>height /<wbr> android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom),<wbr>
respectively.<wbr>
</td>
@@ -7183,7 +7183,7 @@
<td class="entry_units">
(x,<wbr>y) of top-left corner,<wbr> width and height of region
in pixels; (0,<wbr>0) is top-left corner of
- android.<wbr>sensor.<wbr>active<wbr>Pixel<wbr>Array
+ android.<wbr>sensor.<wbr>active<wbr>Array<wbr>Size
</td>
<td class="entry_range">
@@ -7212,9 +7212,9 @@
rounded to nearest larger supportable width,<wbr> especially
for raw output,<wbr> where only a few fixed scales may be
possible.<wbr> The width and height of the crop region cannot
- be set to be smaller than floor( activePixelArray.<wbr>width /<wbr>
+ be set to be smaller than floor( activeArraySize.<wbr>width /<wbr>
android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom ) and floor(
- activePixelArray.<wbr>height /<wbr> android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom),<wbr>
+ activeArraySize.<wbr>height /<wbr> android.<wbr>scaler.<wbr>max<wbr>Digital<wbr>Zoom),<wbr>
respectively.<wbr>
</td>