Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8 111 lines 1.8 kB view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. _V4L2-PIX-FMT-Y8I: 4 5************************* 6V4L2_PIX_FMT_Y8I ('Y8I ') 7************************* 8 9*man V4L2_PIX_FMT_Y8I(2)* 10 11Interleaved grey-scale image, e.g. from a stereo-pair 12 13 14Description 15=========== 16 17This is a grey-scale image with a depth of 8 bits per pixel, but with 18pixels from 2 sources interleaved. Each pixel is stored in a 16-bit 19word. E.g. the R200 RealSense camera stores pixel from the left sensor 20in lower and from the right sensor in the higher 8 bits. 21 22**Byte Order.** 23Each cell is one byte. 24 25 26 27.. flat-table:: 28 :header-rows: 0 29 :stub-columns: 0 30 :widths: 2 1 1 1 1 1 1 1 1 31 32 33 - .. row 1 34 35 - start + 0: 36 37 - Y'\ :sub:`00left` 38 39 - Y'\ :sub:`00right` 40 41 - Y'\ :sub:`01left` 42 43 - Y'\ :sub:`01right` 44 45 - Y'\ :sub:`02left` 46 47 - Y'\ :sub:`02right` 48 49 - Y'\ :sub:`03left` 50 51 - Y'\ :sub:`03right` 52 53 - .. row 2 54 55 - start + 8: 56 57 - Y'\ :sub:`10left` 58 59 - Y'\ :sub:`10right` 60 61 - Y'\ :sub:`11left` 62 63 - Y'\ :sub:`11right` 64 65 - Y'\ :sub:`12left` 66 67 - Y'\ :sub:`12right` 68 69 - Y'\ :sub:`13left` 70 71 - Y'\ :sub:`13right` 72 73 - .. row 3 74 75 - start + 16: 76 77 - Y'\ :sub:`20left` 78 79 - Y'\ :sub:`20right` 80 81 - Y'\ :sub:`21left` 82 83 - Y'\ :sub:`21right` 84 85 - Y'\ :sub:`22left` 86 87 - Y'\ :sub:`22right` 88 89 - Y'\ :sub:`23left` 90 91 - Y'\ :sub:`23right` 92 93 - .. row 4 94 95 - start + 24: 96 97 - Y'\ :sub:`30left` 98 99 - Y'\ :sub:`30right` 100 101 - Y'\ :sub:`31left` 102 103 - Y'\ :sub:`31right` 104 105 - Y'\ :sub:`32left` 106 107 - Y'\ :sub:`32right` 108 109 - Y'\ :sub:`33left` 110 111 - Y'\ :sub:`33right`