Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 1 | .. -*- coding: utf-8; mode: rst -*- |
| 2 | |
| 3 | .. _V4L2-PIX-FMT-Y10: |
| 4 | |
| 5 | ************************* |
| 6 | V4L2_PIX_FMT_Y10 ('Y10 ') |
| 7 | ************************* |
| 8 | |
Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 9 | |
| 10 | Grey-scale image |
| 11 | |
| 12 | |
| 13 | Description |
| 14 | =========== |
| 15 | |
| 16 | This is a grey-scale image with a depth of 10 bits per pixel. Pixels are |
| 17 | stored in 16-bit words with unused high bits padded with 0. The least |
| 18 | significant byte is stored at lower memory addresses (little-endian). |
| 19 | |
Mauro Carvalho Chehab | 056d2ee | 2016-07-04 13:58:01 -0300 | [diff] [blame] | 20 | **Byte Order.** |
Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 21 | Each cell is one byte. |
| 22 | |
| 23 | |
| 24 | |
Mauro Carvalho Chehab | 5bd4bb7 | 2016-08-17 08:14:19 -0300 | [diff] [blame] | 25 | |
Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 26 | .. flat-table:: |
| 27 | :header-rows: 0 |
| 28 | :stub-columns: 0 |
Markus Heiser | 5377d91 | 2016-06-30 15:18:56 +0200 | [diff] [blame] | 29 | |
Laurent Pinchart | c2b66ca | 2016-09-05 08:44:34 -0300 | [diff] [blame] | 30 | * - start + 0: |
| 31 | - Y'\ :sub:`00low` |
| 32 | - Y'\ :sub:`00high` |
| 33 | - Y'\ :sub:`01low` |
| 34 | - Y'\ :sub:`01high` |
| 35 | - Y'\ :sub:`02low` |
| 36 | - Y'\ :sub:`02high` |
| 37 | - Y'\ :sub:`03low` |
| 38 | - Y'\ :sub:`03high` |
| 39 | * - start + 8: |
| 40 | - Y'\ :sub:`10low` |
| 41 | - Y'\ :sub:`10high` |
| 42 | - Y'\ :sub:`11low` |
| 43 | - Y'\ :sub:`11high` |
| 44 | - Y'\ :sub:`12low` |
| 45 | - Y'\ :sub:`12high` |
| 46 | - Y'\ :sub:`13low` |
| 47 | - Y'\ :sub:`13high` |
| 48 | * - start + 16: |
| 49 | - Y'\ :sub:`20low` |
| 50 | - Y'\ :sub:`20high` |
| 51 | - Y'\ :sub:`21low` |
| 52 | - Y'\ :sub:`21high` |
| 53 | - Y'\ :sub:`22low` |
| 54 | - Y'\ :sub:`22high` |
| 55 | - Y'\ :sub:`23low` |
| 56 | - Y'\ :sub:`23high` |
| 57 | * - start + 24: |
| 58 | - Y'\ :sub:`30low` |
| 59 | - Y'\ :sub:`30high` |
| 60 | - Y'\ :sub:`31low` |
| 61 | - Y'\ :sub:`31high` |
| 62 | - Y'\ :sub:`32low` |
| 63 | - Y'\ :sub:`32high` |
| 64 | - Y'\ :sub:`33low` |
| 65 | - Y'\ :sub:`33high` |