mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-sbggr8.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-SBGGR8:
4
5****************************
6V4L2_PIX_FMT_SBGGR8 ('BA81')
7****************************
8
9*man V4L2_PIX_FMT_SBGGR8(2)*
10
11Bayer RGB format
12
13
14Description
15===========
16
17This is commonly the native format of digital cameras, reflecting the
18arrangement of sensors on the CCD device. Only one red, green or blue
19value is given for each pixel. Missing components must be interpolated
20from neighbouring pixels. From left to right the first row consists of a
21blue and green value, the second row of a green and red value. This
22scheme repeats to the right and down for every two columns and rows.
23
056d2ee6 24**Byte Order.**
5377d91f
MH
25Each cell is one byte.
26
27
28
29.. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
32 :widths: 2 1 1 1 1
33
34
35 - .. row 1
36
37 - start + 0:
38
39 - B\ :sub:`00`
40
41 - G\ :sub:`01`
42
43 - B\ :sub:`02`
44
45 - G\ :sub:`03`
46
47 - .. row 2
48
49 - start + 4:
50
51 - G\ :sub:`10`
52
53 - R\ :sub:`11`
54
55 - G\ :sub:`12`
56
57 - R\ :sub:`13`
58
59 - .. row 3
60
61 - start + 8:
62
63 - B\ :sub:`20`
64
65 - G\ :sub:`21`
66
67 - B\ :sub:`22`
68
69 - G\ :sub:`23`
70
71 - .. row 4
72
73 - start + 12:
74
75 - G\ :sub:`30`
76
77 - R\ :sub:`31`
78
79 - G\ :sub:`32`
80
81 - R\ :sub:`33`
This page took 0.048391 seconds and 5 git commands to generate.