~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/userspace-api/media/v4l/pixfmt-srggb8.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/userspace-api/media/v4l/pixfmt-srggb8.rst (Architecture ppc) and /Documentation/userspace-api/media/v4l/pixfmt-srggb8.rst (Architecture mips)


  1 .. SPDX-License-Identifier: GFDL-1.1-no-invari      1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
  2                                                     2 
  3 .. _V4L2-PIX-FMT-SRGGB8:                            3 .. _V4L2-PIX-FMT-SRGGB8:
  4 .. _v4l2-pix-fmt-sbggr8:                            4 .. _v4l2-pix-fmt-sbggr8:
  5 .. _v4l2-pix-fmt-sgbrg8:                            5 .. _v4l2-pix-fmt-sgbrg8:
  6 .. _v4l2-pix-fmt-sgrbg8:                            6 .. _v4l2-pix-fmt-sgrbg8:
  7                                                     7 
  8 **********************************************      8 ***************************************************************************************************************************
  9 V4L2_PIX_FMT_SRGGB8 ('RGGB'), V4L2_PIX_FMT_SGR      9 V4L2_PIX_FMT_SRGGB8 ('RGGB'), V4L2_PIX_FMT_SGRBG8 ('GRBG'), V4L2_PIX_FMT_SGBRG8 ('GBRG'), V4L2_PIX_FMT_SBGGR8 ('BA81'),
 10 **********************************************     10 ***************************************************************************************************************************
 11                                                    11 
 12                                                    12 
 13 ===================                                13 ===================
 14 8-bit Bayer formats                                14 8-bit Bayer formats
 15 ===================                                15 ===================
 16                                                    16 
 17 Description                                        17 Description
 18 ===========                                        18 ===========
 19                                                    19 
 20 These four pixel formats are raw sRGB / Bayer      20 These four pixel formats are raw sRGB / Bayer formats with 8 bits per
 21 sample. Each sample is stored in a byte. Each      21 sample. Each sample is stored in a byte. Each n-pixel row contains n/2
 22 green samples and n/2 blue or red samples, wit     22 green samples and n/2 blue or red samples, with alternating red and
 23 blue rows. They are conventionally described a     23 blue rows. They are conventionally described as GRGR... BGBG...,
 24 RGRG... GBGB..., etc. Below is an example of a     24 RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
 25                                                    25 
 26 **Byte Order.**                                    26 **Byte Order.**
 27 Each cell is one byte.                             27 Each cell is one byte.
 28                                                    28 
 29                                                    29 
 30                                                    30 
 31                                                    31 
 32 .. flat-table::                                    32 .. flat-table::
 33     :header-rows:  0                               33     :header-rows:  0
 34     :stub-columns: 0                               34     :stub-columns: 0
 35                                                    35 
 36     * - start + 0:                                 36     * - start + 0:
 37       - B\ :sub:`00`                               37       - B\ :sub:`00`
 38       - G\ :sub:`01`                               38       - G\ :sub:`01`
 39       - B\ :sub:`02`                               39       - B\ :sub:`02`
 40       - G\ :sub:`03`                               40       - G\ :sub:`03`
 41     * - start + 4:                                 41     * - start + 4:
 42       - G\ :sub:`10`                               42       - G\ :sub:`10`
 43       - R\ :sub:`11`                               43       - R\ :sub:`11`
 44       - G\ :sub:`12`                               44       - G\ :sub:`12`
 45       - R\ :sub:`13`                               45       - R\ :sub:`13`
 46     * - start + 8:                                 46     * - start + 8:
 47       - B\ :sub:`20`                               47       - B\ :sub:`20`
 48       - G\ :sub:`21`                               48       - G\ :sub:`21`
 49       - B\ :sub:`22`                               49       - B\ :sub:`22`
 50       - G\ :sub:`23`                               50       - G\ :sub:`23`
 51     * - start + 12:                                51     * - start + 12:
 52       - G\ :sub:`30`                               52       - G\ :sub:`30`
 53       - R\ :sub:`31`                               53       - R\ :sub:`31`
 54       - G\ :sub:`32`                               54       - G\ :sub:`32`
 55       - R\ :sub:`33`                               55       - R\ :sub:`33`
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php