Lines Matching +full:four +full:- +full:cell

1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-SRGGB14P:
4 .. _v4l2-pix-fmt-sbggr14p:
5 .. _v4l2-pix-fmt-sgbrg14p:
6 .. _v4l2-pix-fmt-sgrbg14p:
17 14-bit packed Bayer formats
23 These four pixel formats are packed raw sRGB / Bayer formats with 14
24 bits per colour. Every four consecutive samples are packed into seven
25 bytes. Each of the first four bytes contain the eight high order bits
29 Each n-pixel row contains n/2 green samples and n/2 blue or red samples,
30 with alternating green-red and green-blue rows. They are conventionally
35 Each cell is one byte.
45 .. flat-table::
46 :header-rows: 0
47 :stub-columns: 0
51 - .. row 1
53 - start + 0
55 - B\ :sub:`00high`
57 - G\ :sub:`01high`
59 - B\ :sub:`02high`
61 - G\ :sub:`03high`
63 - G\ :sub:`01low bits 1--0`\ (bits 7--6)
65 B\ :sub:`00low bits 5--0`\ (bits 5--0)
67 - B\ :sub:`02low bits 3--0`\ (bits 7--4)
69 G\ :sub:`01low bits 5--2`\ (bits 3--0)
71 - G\ :sub:`03low bits 5--0`\ (bits 7--2)
73 B\ :sub:`02low bits 5--4`\ (bits 1--0)
75 - .. row 2
77 - start + 7
79 - G\ :sub:`10high`
81 - R\ :sub:`11high`
83 - G\ :sub:`12high`
85 - R\ :sub:`13high`
87 - R\ :sub:`11low bits 1--0`\ (bits 7--6)
89 G\ :sub:`10low bits 5--0`\ (bits 5--0)
91 - G\ :sub:`12low bits 3--0`\ (bits 7--4)
93 R\ :sub:`11low bits 5--2`\ (bits 3--0)
95 - R\ :sub:`13low bits 5--0`\ (bits 7--2)
97 G\ :sub:`12low bits 5--4`\ (bits 1--0)
99 - .. row 3
101 - start + 14
103 - B\ :sub:`20high`
105 - G\ :sub:`21high`
107 - B\ :sub:`22high`
109 - G\ :sub:`23high`
111 - G\ :sub:`21low bits 1--0`\ (bits 7--6)
113 B\ :sub:`20low bits 5--0`\ (bits 5--0)
115 - B\ :sub:`22low bits 3--0`\ (bits 7--4)
117 G\ :sub:`21low bits 5--2`\ (bits 3--0)
119 - G\ :sub:`23low bits 5--0`\ (bits 7--2)
121 B\ :sub:`22low bits 5--4`\ (bits 1--0)
123 - .. row 4
125 - start + 21
127 - G\ :sub:`30high`
129 - R\ :sub:`31high`
131 - G\ :sub:`32high`
133 - R\ :sub:`33high`
135 - R\ :sub:`31low bits 1--0`\ (bits 7--6)
136 G\ :sub:`30low bits 5--0`\ (bits 5--0)
138 - G\ :sub:`32low bits 3--0`\ (bits 7--4)
139 R\ :sub:`31low bits 5--2`\ (bits 3--0)
141 - R\ :sub:`33low bits 5--0`\ (bits 7--2)
142 G\ :sub:`32low bits 5--4`\ (bits 1--0)