Lines Matching +full:four +full:- +full:cell
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-SRGGB10P:
4 .. _v4l2-pix-fmt-sbggr10p:
5 .. _v4l2-pix-fmt-sgbrg10p:
6 .. _v4l2-pix-fmt-sgrbg10p:
16 10-bit packed Bayer formats
22 These four pixel formats are packed raw sRGB / Bayer formats with 10
23 bits per sample. Every four consecutive samples are packed into 5
28 Each n-pixel row contains n/2 green samples and n/2 blue or red samples,
29 with alternating green-red and green-blue rows. They are conventionally
34 Each cell is one byte.
38 .. flat-table::
39 :header-rows: 0
40 :stub-columns: 0
43 * - start + 0:
44 - B\ :sub:`00high`
45 - G\ :sub:`01high`
46 - B\ :sub:`02high`
47 - G\ :sub:`03high`
48 - G\ :sub:`03low`\ (bits 7--6) B\ :sub:`02low`\ (bits 5--4)
50 G\ :sub:`01low`\ (bits 3--2) B\ :sub:`00low`\ (bits 1--0)
51 * - start + 5:
52 - G\ :sub:`10high`
53 - R\ :sub:`11high`
54 - G\ :sub:`12high`
55 - R\ :sub:`13high`
56 - R\ :sub:`13low`\ (bits 7--6) G\ :sub:`12low`\ (bits 5--4)
58 R\ :sub:`11low`\ (bits 3--2) G\ :sub:`10low`\ (bits 1--0)
59 * - start + 10:
60 - B\ :sub:`20high`
61 - G\ :sub:`21high`
62 - B\ :sub:`22high`
63 - G\ :sub:`23high`
64 - G\ :sub:`23low`\ (bits 7--6) B\ :sub:`22low`\ (bits 5--4)
66 G\ :sub:`21low`\ (bits 3--2) B\ :sub:`20low`\ (bits 1--0)
67 * - start + 15:
68 - G\ :sub:`30high`
69 - R\ :sub:`31high`
70 - G\ :sub:`32high`
71 - R\ :sub:`33high`
72 - R\ :sub:`33low`\ (bits 7--6) G\ :sub:`32low`\ (bits 5--4)
74 R\ :sub:`31low`\ (bits 3--2) G\ :sub:`30low`\ (bits 1--0)