Home
last modified time | relevance | path

Searched full:bayer (Results 1 – 25 of 82) 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()
H A Dvimc-common.h77 * @bayer: true if this is a bayer format
86 bool bayer; member
/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst13 Raw bayer
16 The following first characters are used by raw bayer formats:
18 - B: raw bayer, uncompressed
19 - b: raw bayer, DPCM compressed
H A Dpixfmt-reserved.rst81 - Compressed GBRG Bayer format used by the gspca driver.
86 - Compressed BGGR Bayer format used by the gspca driver.
91 - Compressed BGGR Bayer format used by the gspca driver.
96 - JPEG compressed RGGB Bayer format used by the gspca driver.
121 - Compressed RGGB bayer format used by the gspca driver.
151 - Compressed GBRG bayer format of the gspca sn9c2028 driver.
156 - Bayer format of the gspca stv0680 driver.
H A Dext-ctrls-image-source.rst83 Currently it is defined only for Bayer sensors, and is an array
85 Bayer channels. The gains are always in the order B, Gb, Gr and R,
86 irrespective of the exact Bayer order of the sensor itself.
89 with, for example, non-Bayer CFAs (colour filter arrays).
H A Dpixfmt-srggb10alaw8.rst15 10-bit Bayer formats compressed to 8 bits
21 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb10dpcm8.rst18 10-bit Bayer formats compressed to 8 bits
24 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb8.rst14 8-bit Bayer formats
20 These four pixel formats are raw sRGB / Bayer formats with 8 bits per
H A Dpixfmt-srggb10.rst16 10-bit Bayer formats expanded to 16 bits
22 These four pixel formats are raw sRGB / Bayer formats with 10 bits per
H A Dpixfmt-srggb16.rst15 16-bit Bayer formats
22 These four pixel formats are raw sRGB / Bayer formats with 16 bits per
H A Dpixfmt-srggb12.rst17 12-bit Bayer formats expanded to 16 bits
23 These four pixel formats are raw sRGB / Bayer formats with 12 bits per
H A Dpixfmt-srggb14.rst15 14-bit Bayer formats expanded to 16 bits
22 These four pixel formats are raw sRGB / Bayer formats with 14 bits per
H A Dpixfmt-srggb10p.rst16 10-bit packed Bayer formats
22 These four pixel formats are packed raw sRGB / Bayer formats with 10
/linux/drivers/staging/media/imx/
H A Dimx-media-utils.c108 /*** raw bayer and grayscale formats start here ***/
114 .bayer = true,
120 .bayer = true,
126 .bayer = true,
132 .bayer = true,
143 .bayer = true,
154 .bayer = true,
165 .bayer = true,
176 .bayer = true,
186 .bayer = true,
[all …]
H A Dimx-media.h82 /* cycles per pixel for generic (bayer) formats for the parallel bus */
86 bool bayer; /* is a raw bayer format */ member
93 PIXFMT_SEL_BAYER = BIT(2), /* select BAYER formats */
/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/runtime/binary/src/
H A Dbinary.c102 /* Computation results of the origin coordinate of bayer on the shading table. */
104 u32 bayer_scale_hor_ratio_in; /* Horizontal ratio (in) of bayer scaling. */
105 u32 bayer_scale_hor_ratio_out; /* Horizontal ratio (out) of bayer scaling. */
106 u32 bayer_scale_ver_ratio_in; /* Vertical ratio (in) of bayer scaling. */
107 u32 bayer_scale_ver_ratio_out; /* Vertical ratio (out) of bayer scaling. */
108 …u32 sc_bayer_origin_x_bqs_on_shading_table; /* X coordinate (in bqs) of bayer origin on shading ta…
109 …u32 sc_bayer_origin_y_bqs_on_shading_table; /* Y coordinate (in bqs) of bayer origin on shading ta…
122 /* Rational fraction of the fixed bayer downscaling factor. */ in ia_css_binary_compute_shading_table_bayer_origin()
135 NxN-filter (before/after bayer scaling) moves the image position in ia_css_binary_compute_shading_table_bayer_origin()
138 and effective bayer size decreases. */ in ia_css_binary_compute_shading_table_bayer_origin()
[all …]
/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/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/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h60 /* Configuration used by Bayer noise reduction and YCC noise reduction */
62 /* [gain] Strength of noise reduction for Bayer NR (Used by Bayer NR) */
66 /* [intensity] Sensitivity of Edge (Used by Bayer NR) */
449 void *bnr_2500_config; /* Skylake: bayer denoise config */
464 void *bds_2500_config; /* Skylake: bayer downscaler config */

1234