Home
last modified time | relevance | path

Searched full:bayer (Results 1 – 25 of 83) sorted by relevance

1234

/linux/drivers/media/test-drivers/vimc/
H A Dvimc-common.c16 * NOTE: non-bayer formats need to come first (necessary for enum_mbus_code
30 .bayer = false,
45 .bayer = false,
51 .bayer = false,
54 /* Bayer formats */
59 .bayer = true,
65 .bayer = true,
71 .bayer = true,
77 .bayer = true,
83 .bayer = true,
[all …]
H A Dvimc-scaler.c110 /* We don't support bayer format */ in vimc_scaler_enum_mbus_code()
111 if (!vpix || vpix->bayer) in vimc_scaler_enum_mbus_code()
128 /* Only accept code in the pix map table in non bayer format */ in vimc_scaler_enum_frame_size()
130 if (!vpix || vpix->bayer) in vimc_scaler_enum_frame_size()
162 /* Only accept code in the pix map table in non bayer format. */ in vimc_scaler_set_fmt()
164 if (vpix && !vpix->bayer) in vimc_scaler_set_fmt()
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-bayer.rst4 .. _pixfmt-bayer:
7 Raw Bayer Formats
13 The raw Bayer formats are used by image sensors before much if any processing is
16 orders. See also `the Wikipedia article on Bayer filter
H A Dfourcc.rst14 Raw bayer
17 The following first characters are used by raw bayer formats:
19 - B: raw bayer, uncompressed
20 - b: raw bayer, DPCM compressed
H A Dext-ctrls-image-source.rst84 Currently it is defined only for Bayer sensors, and is an array
86 Bayer channels. The gains are always in the order B, Gb, Gr and R,
87 irrespective of the exact Bayer order of the sensor itself.
90 with, for example, non-Bayer CFAs (colour filter arrays).
H A Dpixfmt-reserved.rst82 - Compressed GBRG Bayer format used by the gspca driver.
87 - Compressed BGGR Bayer format used by the gspca driver.
92 - Compressed BGGR Bayer format used by the gspca driver.
97 - JPEG compressed RGGB Bayer format used by the gspca driver.
122 - Compressed RGGB bayer format used by the gspca driver.
152 - Compressed GBRG bayer format of the gspca sn9c2028 driver.
157 - Bayer format of the gspca stv0680 driver.
H A Dpixfmt-srggb10alaw8.rst16 10-bit Bayer formats compressed to 8 bits
22 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb10dpcm8.rst19 10-bit Bayer formats compressed to 8 bits
25 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb8.rst15 8-bit Bayer formats
21 These four pixel formats are raw sRGB / Bayer formats with 8 bits per
H A Dpixfmt-srggb10.rst17 10-bit Bayer formats expanded to 16 bits
23 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb12.rst18 12-bit Bayer formats expanded to 16 bits
24 These four pixel formats are raw sRGB / Bayer formats with 12 bits per
H A Dpixfmt-srggb16.rst16 16-bit Bayer formats
23 These four pixel formats are raw sRGB / Bayer formats with 16 bits per
H A Dpixfmt-srggb14.rst16 14-bit Bayer formats expanded to 16 bits
23 These four pixel formats are raw sRGB / Bayer formats with 14 bits per
H A Dpixfmt-srggb10p.rst17 10-bit packed Bayer formats
23 These four pixel formats are packed raw sRGB / Bayer formats with 10
H A Dpixfmt-srggb12p.rst14 12-bit packed Bayer formats
21 These four pixel formats are packed raw sRGB / Bayer formats with 12
/linux/Documentation/admin-guide/media/
H A Dqcom_camss.rst62 - MIPI RAW8 (8bit Bayer RAW - V4L2_PIX_FMT_SRGGB8 /
64 - MIPI RAW10 (10bit packed Bayer RAW - V4L2_PIX_FMT_SBGGR10P /
67 - MIPI RAW12 (12bit packed Bayer RAW - V4L2_PIX_FMT_SRGGB12P /
69 - (8x96 only) MIPI RAW14 (14bit packed Bayer RAW - V4L2_PIX_FMT_SRGGB14P /
76 - MIPI RAW10 (10bit packed Bayer RAW - V4L2_PIX_FMT_SBGGR10P / V4L2_PIX_FMT_Y10P).
80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
H A Drkisp1.rst66 capture bayer formats.
67 The mainpath can capture both bayer and YUV formats but it is not able to
80 The mainpath capture device supports capturing video in bayer formats. In that
167 In the above example the sensor is configured to bayer format:
H A Dvimc.rst76 Transforms images in bayer format into a non-bayer format.
/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/
H A Dia_css_bnr.host.c21 /* BNR (Bayer Noise Reduction) */ in ia_css_bnr_encode()
41 ia_css_debug_dtrace(level, "Bayer Noise Reduction:\n"); in ia_css_bnr_dump()
/linux/include/linux/
H A Datmel-isc-media.h13 * 4 gain controls, sliders, for each of the BAYER components: R, B, GR, GB.
16 * 4 offset controls, sliders, for each of the BAYER components: R, B, GR, GB.
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1390 case V4L2_PIX_FMT_SBGGR8: descr = "8-bit Bayer BGBG/GRGR"; break; in v4l_fill_fmtdesc()
1391 case V4L2_PIX_FMT_SGBRG8: descr = "8-bit Bayer GBGB/RGRG"; break; in v4l_fill_fmtdesc()
1392 case V4L2_PIX_FMT_SGRBG8: descr = "8-bit Bayer GRGR/BGBG"; break; in v4l_fill_fmtdesc()
1393 case V4L2_PIX_FMT_SRGGB8: descr = "8-bit Bayer RGRG/GBGB"; break; in v4l_fill_fmtdesc()
1394 case V4L2_PIX_FMT_SBGGR10: descr = "10-bit Bayer BGBG/GRGR"; break; in v4l_fill_fmtdesc()
1395 case V4L2_PIX_FMT_SGBRG10: descr = "10-bit Bayer GBGB/RGRG"; break; in v4l_fill_fmtdesc()
1396 case V4L2_PIX_FMT_SGRBG10: descr = "10-bit Bayer GRGR/BGBG"; break; in v4l_fill_fmtdesc()
1397 case V4L2_PIX_FMT_SRGGB10: descr = "10-bit Bayer RGRG/GBGB"; break; in v4l_fill_fmtdesc()
1398 case V4L2_PIX_FMT_SBGGR10P: descr = "10-bit Bayer BGBG/GRGR Packed"; break; in v4l_fill_fmtdesc()
1399 case V4L2_PIX_FMT_SGBRG10P: descr = "10-bit Bayer GBGB/RGRG Packed"; break; in v4l_fill_fmtdesc()
[all …]
/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h34 /* Raw Bayer */
193 /* Raw Bayer configuration */
194 struct ccdc_params_raw bayer; member
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be_formats.h260 /* Bayer formats - 8-bit */
297 /* Bayer formats - 16-bit */
335 /* Bayer formats unpacked to 16bpp */
446 /* Bayer formats - 16-bit PiSP Compressed */
/linux/include/media/davinci/
H A Dvpfe_types.h20 /* Raw Bayer */
/linux/drivers/staging/media/sunxi/sun6i-isp/uapi/
H A Dsun6i-isp-config.h39 struct sun6i_isp_params_config_bayer bayer; member

1234