Merge branch 'pm-cpufreq'
[cascardo/linux.git] / Documentation / media / uapi / v4l / pixfmt-srggb10p.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-PIX-FMT-SRGGB10P:
4 .. _v4l2-pix-fmt-sbggr10p:
5 .. _v4l2-pix-fmt-sgbrg10p:
6 .. _v4l2-pix-fmt-sgrbg10p:
7
8 *******************************************************************************************************************************
9 V4L2_PIX_FMT_SRGGB10P ('pRAA'), V4L2_PIX_FMT_SGRBG10P ('pgAA'), V4L2_PIX_FMT_SGBRG10P ('pGAA'), V4L2_PIX_FMT_SBGGR10P ('pBAA'),
10 *******************************************************************************************************************************
11
12
13 V4L2_PIX_FMT_SGRBG10P
14 V4L2_PIX_FMT_SGBRG10P
15 V4L2_PIX_FMT_SBGGR10P
16 10-bit packed Bayer formats
17
18
19 Description
20 ===========
21
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
24 bytes. Each of the first 4 bytes contain the 8 high order bits
25 of the pixels, and the 5th byte contains the 2 least significants
26 bits of each pixel, in the same order.
27
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
30 described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example
31 of one of these formats:
32
33 **Byte Order.**
34 Each cell is one byte.
35
36 .. raw:: latex
37
38     \newline\newline\begin{adjustbox}{width=\columnwidth}
39
40 .. tabularcolumns:: |p{2.0cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{10.9cm}|
41
42 .. flat-table::
43     :header-rows:  0
44     :stub-columns: 0
45     :widths: 12 8 8 8 8 68
46
47     * - start + 0:
48       - B\ :sub:`00high`
49       - G\ :sub:`01high`
50       - B\ :sub:`02high`
51       - G\ :sub:`03high`
52       - G\ :sub:`03low`\ (bits 7--6) B\ :sub:`02low`\ (bits 5--4)
53         G\ :sub:`01low`\ (bits 3--2) B\ :sub:`00low`\ (bits 1--0)
54     * - start + 5:
55       - G\ :sub:`10high`
56       - R\ :sub:`11high`
57       - G\ :sub:`12high`
58       - R\ :sub:`13high`
59       - R\ :sub:`13low`\ (bits 7--6) G\ :sub:`12low`\ (bits 5--4)
60         R\ :sub:`11low`\ (bits 3--2) G\ :sub:`10low`\ (bits 1--0)
61     * - start + 10:
62       - B\ :sub:`20high`
63       - G\ :sub:`21high`
64       - B\ :sub:`22high`
65       - G\ :sub:`23high`
66       - G\ :sub:`23low`\ (bits 7--6) B\ :sub:`22low`\ (bits 5--4)
67         G\ :sub:`21low`\ (bits 3--2) B\ :sub:`20low`\ (bits 1--0)
68     * - start + 15:
69       - G\ :sub:`30high`
70       - R\ :sub:`31high`
71       - G\ :sub:`32high`
72       - R\ :sub:`33high`
73       - 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)
75
76 .. raw:: latex
77
78     \end{adjustbox}\newline\newline