OSDN Git Service

Camera: Fix a description for MONOCHROME camera capability
authorHidenari Koshimae <hidenari.koshimae@sony.com>
Fri, 13 Apr 2018 00:42:27 +0000 (09:42 +0900)
committerShuzhen Wang <shuzhenwang@google.com>
Mon, 16 Apr 2018 19:17:30 +0000 (12:17 -0700)
Bug: 77902724
Change-Id: Ib16d34fe2dda94b579034251f72cb0a383b96d3c

camera/docs/docs.html
camera/docs/metadata_definitions.xml

index b98665e..6d9a398 100644 (file)
@@ -17131,7 +17131,7 @@ of the physical and logical streams are the same.<wbr/></p></span>
                     <span class="entry_type_enum_name">MONOCHROME (v3.3)</span>
                     <span class="entry_type_enum_optional">[optional]</span>
                     <span class="entry_type_enum_notes"><p>The camera device is a monochrome camera that doesn't contain a color filter array,<wbr/>
-and the pixel values on U and Y planes are all 128.<wbr/></p></span>
+and the pixel values on U and V planes are all 128.<wbr/></p></span>
                   </li>
                 </ul>
 
index 19e8df9..a224dd3 100644 (file)
@@ -5251,7 +5251,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
             <value optional="true" hal_version="3.3" >MONOCHROME
               <notes>
               The camera device is a monochrome camera that doesn't contain a color filter array,
-              and the pixel values on U and Y planes are all 128.
+              and the pixel values on U and V planes are all 128.
               </notes>
             </value>