Searched refs:infmt (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/staging/media/imx/
H A Dimx-media-csi.c149 struct v4l2_mbus_framefmt *infmt,
157 infmt->code != MEDIA_BUS_FMT_UYVY8_2X8 &&
158 infmt->code != MEDIA_BUS_FMT_YUYV8_2X8);
410 struct v4l2_mbus_framefmt *infmt; local
420 infmt = &priv->format_mbus[CSI_SINK_PAD];
435 passthrough = requires_passthrough(&priv->mbus_cfg, infmt, incc);
706 struct v4l2_mbus_framefmt *infmt, *outfmt; local
711 infmt = &priv->format_mbus[CSI_SINK_PAD];
715 if_fmt = *infmt;
1195 struct v4l2_mbus_framefmt *infmt,
148 requires_passthrough(struct v4l2_mbus_config *mbus_cfg, struct v4l2_mbus_framefmt *infmt, const struct imx_media_pixfmt *incc) argument
1192 csi_try_crop(struct csi_priv *priv, struct v4l2_rect *crop, struct v4l2_subdev_state *sd_state, struct v4l2_mbus_framefmt *infmt, struct v4l2_mbus_config *mbus_cfg) argument
1239 struct v4l2_mbus_framefmt *infmt; local
1385 struct v4l2_mbus_framefmt *infmt = local
1439 struct v4l2_mbus_framefmt *infmt; local
1588 struct v4l2_mbus_framefmt *infmt; local
1653 struct v4l2_mbus_framefmt *infmt; local
[all...]
H A Dimx-ic-prpencvf.c453 struct v4l2_mbus_framefmt *infmt; local
459 infmt = &priv->format_mbus[PRPENCVF_SINK_PAD];
465 infmt->ycbcr_enc, infmt->quantization,
489 infmt->width, infmt->height,
582 struct v4l2_mbus_framefmt *infmt; local
588 infmt = &priv->format_mbus[PRPENCVF_SINK_PAD];
594 infmt->ycbcr_enc, infmt
812 prp_bound_align_output(struct v4l2_mbus_framefmt *outfmt, struct v4l2_mbus_framefmt *infmt, enum ipu_rotate_mode rot_mode) argument
882 struct v4l2_mbus_framefmt *infmt; local
1106 struct v4l2_mbus_framefmt outfmt, infmt; local
[all...]
H A Dimx-media-vdic.c296 struct v4l2_mbus_framefmt *infmt; local
300 infmt = &priv->format_mbus[VDIC_SINK_PAD_IDMAC];
303 in_size = (infmt->width * incc->bpp * infmt->height) >> 3;
308 infmt->width : (infmt->width * incc->bpp) >> 3;
313 priv->fieldtype = infmt->field;
361 struct v4l2_mbus_framefmt *infmt; local
364 infmt = &priv->format_mbus[priv->active_input_pad];
375 * note we don't give infmt
585 struct v4l2_mbus_framefmt *infmt; local
[all...]
H A Dimx-ic-prp.c100 struct v4l2_mbus_framefmt *infmt; local
116 infmt = __prp_get_fmt(priv, sd_state, PRP_SINK_PAD,
118 code->code = infmt->code;
158 struct v4l2_mbus_framefmt *fmt, *infmt; local
173 infmt = __prp_get_fmt(priv, sd_state, PRP_SINK_PAD, sdformat->which);
197 sdformat->format = *infmt;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rpf.c63 u32 infmt; local
90 infmt = VI6_RPF_INFMT_CIPM
94 infmt |= VI6_RPF_INFMT_SPYCS;
96 infmt |= VI6_RPF_INFMT_SPUVS;
99 infmt |= VI6_RPF_INFMT_CSC;
101 vsp1_rpf_write(rpf, dlb, VI6_RPF_INFMT, infmt);
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-csi.c400 const struct v4l2_mbus_framefmt *infmt,
408 infield = ipu_csi_translate_field(infmt->field, std);
450 const struct v4l2_mbus_framefmt *infmt,
459 ret = fill_csi_bus_cfg(&cfg, mbus_cfg, infmt);
464 width = infmt->width;
465 height = infmt->height;
466 if (infmt->field == V4L2_FIELD_ALTERNATE)
507 ret = ipu_csi_set_bt_interlaced_codes(csi, infmt, outfmt, std);
399 ipu_csi_set_bt_interlaced_codes(struct ipu_csi *csi, const struct v4l2_mbus_framefmt *infmt, const struct v4l2_mbus_framefmt *outfmt, v4l2_std_id std) argument
448 ipu_csi_init_interface(struct ipu_csi *csi, const struct v4l2_mbus_config *mbus_cfg, const struct v4l2_mbus_framefmt *infmt, const struct v4l2_mbus_framefmt *outfmt) argument
H A Dipu-image-convert.c1967 const struct ipu_image_pixfmt *infmt, *outfmt; local
1971 infmt = get_format(in->pix.pixelformat);
1975 if (!infmt) {
1977 infmt = get_format(V4L2_PIX_FMT_RGB24);
2001 w_align_in = ilog2(tile_width_align(IMAGE_CONVERT_IN, infmt,
2003 h_align_in = ilog2(tile_height_align(IMAGE_CONVERT_IN, infmt,
2021 in->pix.bytesperline = infmt->planar ?
2024 clamp_align((in->pix.width * infmt->bpp) >> 3,
2025 ((2 << w_align_in) * infmt->bpp) >> 3,
2026 (MAX_W * infmt
[all...]
/linux-master/include/video/
H A Dimx-ipu-v3.h362 const struct v4l2_mbus_framefmt *infmt,

Completed in 144 milliseconds