pixfmt-grey.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <refentry id="V4L2-PIX-FMT-GREY">
  2. <refmeta>
  3. <refentrytitle>V4L2_PIX_FMT_GREY ('GREY')</refentrytitle>
  4. &manvol;
  5. </refmeta>
  6. <refnamediv>
  7. <refname><constant>V4L2_PIX_FMT_GREY</constant></refname>
  8. <refpurpose>Grey-scale image</refpurpose>
  9. </refnamediv>
  10. <refsect1>
  11. <title>Description</title>
  12. <para>This is a grey-scale image. It is really a degenerate
  13. Y'CbCr format which simply contains no Cb or Cr data.</para>
  14. <example>
  15. <title><constant>V4L2_PIX_FMT_GREY</constant> 4 &times; 4
  16. pixel image</title>
  17. <formalpara>
  18. <title>Byte Order.</title>
  19. <para>Each cell is one byte.
  20. <informaltable frame="none">
  21. <tgroup cols="5" align="center">
  22. <colspec align="left" colwidth="2*" />
  23. <tbody valign="top">
  24. <row>
  25. <entry>start&nbsp;+&nbsp;0:</entry>
  26. <entry>Y'<subscript>00</subscript></entry>
  27. <entry>Y'<subscript>01</subscript></entry>
  28. <entry>Y'<subscript>02</subscript></entry>
  29. <entry>Y'<subscript>03</subscript></entry>
  30. </row>
  31. <row>
  32. <entry>start&nbsp;+&nbsp;4:</entry>
  33. <entry>Y'<subscript>10</subscript></entry>
  34. <entry>Y'<subscript>11</subscript></entry>
  35. <entry>Y'<subscript>12</subscript></entry>
  36. <entry>Y'<subscript>13</subscript></entry>
  37. </row>
  38. <row>
  39. <entry>start&nbsp;+&nbsp;8:</entry>
  40. <entry>Y'<subscript>20</subscript></entry>
  41. <entry>Y'<subscript>21</subscript></entry>
  42. <entry>Y'<subscript>22</subscript></entry>
  43. <entry>Y'<subscript>23</subscript></entry>
  44. </row>
  45. <row>
  46. <entry>start&nbsp;+&nbsp;12:</entry>
  47. <entry>Y'<subscript>30</subscript></entry>
  48. <entry>Y'<subscript>31</subscript></entry>
  49. <entry>Y'<subscript>32</subscript></entry>
  50. <entry>Y'<subscript>33</subscript></entry>
  51. </row>
  52. </tbody>
  53. </tgroup>
  54. </informaltable>
  55. </para>
  56. </formalpara>
  57. </example>
  58. </refsect1>
  59. </refentry>