pixfmt-y16.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <refentry id="V4L2-PIX-FMT-Y16">
  2. <refmeta>
  3. <refentrytitle>V4L2_PIX_FMT_Y16 ('Y16 ')</refentrytitle>
  4. &manvol;
  5. </refmeta>
  6. <refnamediv>
  7. <refname><constant>V4L2_PIX_FMT_Y16</constant></refname>
  8. <refpurpose>Grey-scale image</refpurpose>
  9. </refnamediv>
  10. <refsect1>
  11. <title>Description</title>
  12. <para>This is a grey-scale image with a depth of 16 bits per
  13. pixel. The least significant byte is stored at lower memory addresses
  14. (little-endian). Note the actual sampling precision may be lower than
  15. 16 bits, for example 10 bits per pixel with values in range 0 to
  16. 1023.</para>
  17. <example>
  18. <title><constant>V4L2_PIX_FMT_Y16</constant> 4 &times; 4
  19. pixel image</title>
  20. <formalpara>
  21. <title>Byte Order.</title>
  22. <para>Each cell is one byte.
  23. <informaltable frame="none">
  24. <tgroup cols="9" align="center">
  25. <colspec align="left" colwidth="2*" />
  26. <tbody valign="top">
  27. <row>
  28. <entry>start&nbsp;+&nbsp;0:</entry>
  29. <entry>Y'<subscript>00low</subscript></entry>
  30. <entry>Y'<subscript>00high</subscript></entry>
  31. <entry>Y'<subscript>01low</subscript></entry>
  32. <entry>Y'<subscript>01high</subscript></entry>
  33. <entry>Y'<subscript>02low</subscript></entry>
  34. <entry>Y'<subscript>02high</subscript></entry>
  35. <entry>Y'<subscript>03low</subscript></entry>
  36. <entry>Y'<subscript>03high</subscript></entry>
  37. </row>
  38. <row>
  39. <entry>start&nbsp;+&nbsp;8:</entry>
  40. <entry>Y'<subscript>10low</subscript></entry>
  41. <entry>Y'<subscript>10high</subscript></entry>
  42. <entry>Y'<subscript>11low</subscript></entry>
  43. <entry>Y'<subscript>11high</subscript></entry>
  44. <entry>Y'<subscript>12low</subscript></entry>
  45. <entry>Y'<subscript>12high</subscript></entry>
  46. <entry>Y'<subscript>13low</subscript></entry>
  47. <entry>Y'<subscript>13high</subscript></entry>
  48. </row>
  49. <row>
  50. <entry>start&nbsp;+&nbsp;16:</entry>
  51. <entry>Y'<subscript>20low</subscript></entry>
  52. <entry>Y'<subscript>20high</subscript></entry>
  53. <entry>Y'<subscript>21low</subscript></entry>
  54. <entry>Y'<subscript>21high</subscript></entry>
  55. <entry>Y'<subscript>22low</subscript></entry>
  56. <entry>Y'<subscript>22high</subscript></entry>
  57. <entry>Y'<subscript>23low</subscript></entry>
  58. <entry>Y'<subscript>23high</subscript></entry>
  59. </row>
  60. <row>
  61. <entry>start&nbsp;+&nbsp;24:</entry>
  62. <entry>Y'<subscript>30low</subscript></entry>
  63. <entry>Y'<subscript>30high</subscript></entry>
  64. <entry>Y'<subscript>31low</subscript></entry>
  65. <entry>Y'<subscript>31high</subscript></entry>
  66. <entry>Y'<subscript>32low</subscript></entry>
  67. <entry>Y'<subscript>32high</subscript></entry>
  68. <entry>Y'<subscript>33low</subscript></entry>
  69. <entry>Y'<subscript>33high</subscript></entry>
  70. </row>
  71. </tbody>
  72. </tgroup>
  73. </informaltable>
  74. </para>
  75. </formalpara>
  76. </example>
  77. </refsect1>
  78. </refentry>