pixfmt-y16-be.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _V4L2-PIX-FMT-Y16-BE:
  3. ****************************************
  4. V4L2_PIX_FMT_Y16_BE ('Y16 ' | (1 << 31))
  5. ****************************************
  6. Grey-scale image
  7. Description
  8. ===========
  9. This is a grey-scale image with a depth of 16 bits per pixel. The most
  10. significant byte is stored at lower memory addresses (big-endian).
  11. .. note::
  12. The actual sampling precision may be lower than 16 bits, for
  13. example 10 bits per pixel with values in range 0 to 1023.
  14. **Byte Order.**
  15. Each cell is one byte.
  16. .. flat-table::
  17. :header-rows: 0
  18. :stub-columns: 0
  19. * - start + 0:
  20. - Y'\ :sub:`00high`
  21. - Y'\ :sub:`00low`
  22. - Y'\ :sub:`01high`
  23. - Y'\ :sub:`01low`
  24. - Y'\ :sub:`02high`
  25. - Y'\ :sub:`02low`
  26. - Y'\ :sub:`03high`
  27. - Y'\ :sub:`03low`
  28. * - start + 8:
  29. - Y'\ :sub:`10high`
  30. - Y'\ :sub:`10low`
  31. - Y'\ :sub:`11high`
  32. - Y'\ :sub:`11low`
  33. - Y'\ :sub:`12high`
  34. - Y'\ :sub:`12low`
  35. - Y'\ :sub:`13high`
  36. - Y'\ :sub:`13low`
  37. * - start + 16:
  38. - Y'\ :sub:`20high`
  39. - Y'\ :sub:`20low`
  40. - Y'\ :sub:`21high`
  41. - Y'\ :sub:`21low`
  42. - Y'\ :sub:`22high`
  43. - Y'\ :sub:`22low`
  44. - Y'\ :sub:`23high`
  45. - Y'\ :sub:`23low`
  46. * - start + 24:
  47. - Y'\ :sub:`30high`
  48. - Y'\ :sub:`30low`
  49. - Y'\ :sub:`31high`
  50. - Y'\ :sub:`31low`
  51. - Y'\ :sub:`32high`
  52. - Y'\ :sub:`32low`
  53. - Y'\ :sub:`33high`
  54. - Y'\ :sub:`33low`