Searched refs:bpp (Results 226 - 250 of 466) sorted by path

1234567891011>>

/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c157 #define CICR1_RGB_BPP_VAL(x) (((x) << 7) & CICR1_RGB_BPP) /* bpp for rgb */
1197 unsigned long dw, bpp; local
1211 bpp = 0x40;
1215 bpp = 0x20;
1224 bpp = 0;
1242 cicr1 = CICR1_PPL_VAL(pcdev->current_pix.width - 1) | bpp | dw;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c103 int bpp; /* Bytes per pixel */ member in struct:mcam_format_struct
110 .bpp = 2,
116 .bpp = 2,
122 .bpp = 1,
128 .bpp = 1,
134 .bpp = 2,
140 .bpp = 2,
146 .bpp = 1,
1366 pix->bytesperline = pix->width * f->bpp;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c658 isc->try_config.bpp = 8;
668 isc->try_config.bpp = 16;
678 isc->try_config.bpp = 16;
685 isc->try_config.bpp = 16;
692 isc->try_config.bpp = 16;
699 isc->try_config.bpp = 16;
707 isc->try_config.bpp = 32;
714 isc->try_config.bpp = 12;
721 isc->try_config.bpp = 16;
728 isc->try_config.bpp
[all...]
H A Dmicrochip-isc.h105 * @bpp: Bytes per pixel in the current format.
107 This differs from 'bpp' in the sense that in planar
118 u8 bpp; member in struct:fmt_config
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c143 unsigned int bpp; /* bytes per pixel */ member in struct:npcm_fmt
149 .bpp = 2,
153 .bpp = 2,
707 return fmt->bpp;
/linux-master/drivers/media/platform/nxp/
H A Dimx7-media-csi.c200 int bpp; /* total bpp */ member in struct:imx7_csi_pixfmt
835 * in single (8bpp) or double (16bpp) component modes. Image format variants
865 .bpp = 16,
873 .bpp = 16,
879 .bpp = 8,
883 .bpp = 8,
887 .bpp = 8,
891 .bpp
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csid-4-1.c189 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8;
H A Dcamss-csid-4-7.c218 num_bytes_per_line = input_format->width * format->bpp * format->spp / 8;
H A Dcamss-csid.c97 link_freq = camss_get_link_freq(&csid->subdev.entity, fmt->bpp,
H A Dcamss-csid.h74 u8 bpp; member in struct:csid_format
H A Dcamss-csiphy.c29 u8 bpp; member in struct:csiphy_format
116 return formats[i].bpp;
120 return formats[0].bpp;
134 u8 bpp = csiphy_get_bpp(csiphy->formats, csiphy->nformats, local
138 link_freq = camss_get_link_freq(&csiphy->subdev.entity, bpp, num_lanes);
247 u8 bpp = csiphy_get_bpp(csiphy->formats, csiphy->nformats, local
252 link_freq = camss_get_link_freq(&csiphy->subdev.entity, bpp, num_lanes);
H A Dcamss-vfe.c37 u8 bpp; member in struct:vfe_format
142 return formats[i].bpp;
146 return formats[0].bpp;
556 u8 bpp; local
563 bpp = vfe_get_bpp(l->formats,
566 tmp = pixel_clock[j] * bpp / 64;
637 u8 bpp; local
644 bpp = vfe_get_bpp(l->formats,
647 tmp = pixel_clock[j] * bpp / 64;
H A Dcamss-video.c39 * @bpp: Bits per pixel when stored in memory (for each plane)
47 unsigned int bpp[3]; member in struct:camss_format_info
315 f->hsub[i].denominator * f->bpp[i] / 8;
739 fi->hsub[i].denominator * fi->bpp[i] / 8;
H A Dcamss.c1322 * @bpp: Number of bits per pixel for the current format
1327 s64 camss_get_link_freq(struct media_entity *entity, unsigned int bpp, argument
1339 return v4l2_get_link_freq(subdev->ctrl_handler, bpp, 2 * lanes);
H A Dcamss.h141 s64 camss_get_link_freq(struct media_entity *entity, unsigned int bpp,
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c516 unsigned int bpp; member in struct:rcar_csi2_format
523 .bpp = 24,
527 .bpp = 16,
531 .bpp = 16,
535 .bpp = 16,
539 .bpp = 20,
543 .bpp = 10,
547 .bpp = 8,
551 .bpp = 8,
555 .bpp
729 rcsi2_calc_mbps(struct rcar_csi2 *priv, unsigned int bpp, unsigned int lanes) argument
[all...]
H A Drcar_fdp1.c273 * @bpp: bits per pixel per plane
285 u8 bpp[3]; member in struct:fdp1_fmt
1435 pix->width / hsub * fmt->bpp[i] / 8,
1939 const u32 bpp = 2; /* bytes per pixel */ local
1943 ctx->smsk_size = bpp * stride * q_data->vsize;
H A Drcar_jpu.c223 * @bpp: number of bits per pixel per plane
233 u8 bpp[2]; member in struct:jpu_fmt
629 skip(&jpeg_buffer, 3); /* segment length and bpp */
814 pix->plane_fmt[i].sizeimage = bpl * h * fmt->bpp[i] / 8;
H A Drenesas-ceu.c126 * @bpp: number of bits per pixels unit
134 u8 bpp; member in struct:ceu_mbus_fmt
219 * @bpp: number of bits for each pixel stored in memory
223 u32 bpp; member in struct:ceu_fmt
236 .bpp = 16,
240 .bpp = 16,
244 .bpp = 12,
248 .bpp = 12,
252 .bpp = 16,
256 .bpp
[all...]
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c679 stride = vin->format.bytesperline / fmt->bpp;
681 /* For RAW8 format bpp is 1, but the hardware process RAW8
975 offsetx = vin->compose.left * fmt->bpp;
H A Drcar-v4l2.c35 .bpp = 1,
39 .bpp = 1,
43 .bpp = 2,
47 .bpp = 2,
51 .bpp = 2,
55 .bpp = 2,
59 .bpp = 4,
63 .bpp = 2,
67 .bpp = 4,
71 .bpp
[all...]
H A Drcar-vin.h100 * @bpp: Bytes per pixel
104 u8 bpp; member in struct:rvin_video_format
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c187 unsigned int bpp; member in struct:rzg2l_csi2_format
191 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
262 mbps = v4l2_ctrl_g_ctrl_int64(ctrl) * format->bpp;
H A Drzg2l-ip.c14 unsigned int bpp; member in struct:rzg2l_cru_ip_format
18 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
H A Drzg2l-video.c781 .bpp[0] = 2,
805 return pix->width * fmt->bpp[0];

Completed in 328 milliseconds

1234567891011>>