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

TOMOYO Linux Cross Reference
Linux/Documentation/userspace-api/media/v4l/pixfmt-srggb16.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-srggb16.rst (Architecture m68k) and /Documentation/userspace-api/media/v4l/pixfmt-srggb16.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-SRGGB16:                           3 .. _V4L2-PIX-FMT-SRGGB16:
  4 .. _v4l2-pix-fmt-sbggr16:                           4 .. _v4l2-pix-fmt-sbggr16:
  5 .. _v4l2-pix-fmt-sgbrg16:                           5 .. _v4l2-pix-fmt-sgbrg16:
  6 .. _v4l2-pix-fmt-sgrbg16:                           6 .. _v4l2-pix-fmt-sgrbg16:
  7                                                     7 
  8                                                     8 
  9 **********************************************      9 ***************************************************************************************************************************
 10 V4L2_PIX_FMT_SRGGB16 ('RG16'), V4L2_PIX_FMT_SG     10 V4L2_PIX_FMT_SRGGB16 ('RG16'), V4L2_PIX_FMT_SGRBG16 ('GR16'), V4L2_PIX_FMT_SGBRG16 ('GB16'), V4L2_PIX_FMT_SBGGR16 ('BYR2'),
 11 **********************************************     11 ***************************************************************************************************************************
 12                                                    12 
 13                                                    13 
 14 ====================                               14 ====================
 15 16-bit Bayer formats                               15 16-bit Bayer formats
 16 ====================                               16 ====================
 17                                                    17 
 18                                                    18 
 19 Description                                        19 Description
 20 ===========                                        20 ===========
 21                                                    21 
 22 These four pixel formats are raw sRGB / Bayer      22 These four pixel formats are raw sRGB / Bayer formats with 16 bits per
 23 sample. Each sample is stored in a 16-bit word     23 sample. Each sample is stored in a 16-bit word. Each n-pixel row contains
 24 n/2 green samples and n/2 blue or red samples,     24 n/2 green samples and n/2 blue or red samples, with alternating red and blue
 25 rows. Bytes are stored in memory in little end     25 rows. Bytes are stored in memory in little endian order. They are
 26 conventionally described as GRGR... BGBG..., R     26 conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is
 27 an example of a small V4L2_PIX_FMT_SBGGR16 ima     27 an example of a small V4L2_PIX_FMT_SBGGR16 image:
 28                                                    28 
 29 **Byte Order.**                                    29 **Byte Order.**
 30 Each cell is one byte.                             30 Each cell is one byte.
 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:`00low`                            37       - B\ :sub:`00low`
 38       - B\ :sub:`00high`                           38       - B\ :sub:`00high`
 39       - G\ :sub:`01low`                            39       - G\ :sub:`01low`
 40       - G\ :sub:`01high`                           40       - G\ :sub:`01high`
 41       - B\ :sub:`02low`                            41       - B\ :sub:`02low`
 42       - B\ :sub:`02high`                           42       - B\ :sub:`02high`
 43       - G\ :sub:`03low`                            43       - G\ :sub:`03low`
 44       - G\ :sub:`03high`                           44       - G\ :sub:`03high`
 45     * - start + 8:                                 45     * - start + 8:
 46       - G\ :sub:`10low`                            46       - G\ :sub:`10low`
 47       - G\ :sub:`10high`                           47       - G\ :sub:`10high`
 48       - R\ :sub:`11low`                            48       - R\ :sub:`11low`
 49       - R\ :sub:`11high`                           49       - R\ :sub:`11high`
 50       - G\ :sub:`12low`                            50       - G\ :sub:`12low`
 51       - G\ :sub:`12high`                           51       - G\ :sub:`12high`
 52       - R\ :sub:`13low`                            52       - R\ :sub:`13low`
 53       - R\ :sub:`13high`                           53       - R\ :sub:`13high`
 54     * - start + 16:                                54     * - start + 16:
 55       - B\ :sub:`20low`                            55       - B\ :sub:`20low`
 56       - B\ :sub:`20high`                           56       - B\ :sub:`20high`
 57       - G\ :sub:`21low`                            57       - G\ :sub:`21low`
 58       - G\ :sub:`21high`                           58       - G\ :sub:`21high`
 59       - B\ :sub:`22low`                            59       - B\ :sub:`22low`
 60       - B\ :sub:`22high`                           60       - B\ :sub:`22high`
 61       - G\ :sub:`23low`                            61       - G\ :sub:`23low`
 62       - G\ :sub:`23high`                           62       - G\ :sub:`23high`
 63     * - start + 24:                                63     * - start + 24:
 64       - G\ :sub:`30low`                            64       - G\ :sub:`30low`
 65       - G\ :sub:`30high`                           65       - G\ :sub:`30high`
 66       - R\ :sub:`31low`                            66       - R\ :sub:`31low`
 67       - R\ :sub:`31high`                           67       - R\ :sub:`31high`
 68       - G\ :sub:`32low`                            68       - G\ :sub:`32low`
 69       - G\ :sub:`32high`                           69       - G\ :sub:`32high`
 70       - R\ :sub:`33low`                            70       - R\ :sub:`33low`
 71       - R\ :sub:`33high`                           71       - R\ :sub:`33high`
                                                      

~ [ 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