Home
last modified time | relevance | path

Searched refs:outfmt (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_wpf.c244 u32 outfmt = 0; in wpf_configure_stream() local
258 outfmt = fmtinfo->hwfmt << VI6_WPF_OUTFMT_WRFMT_SHIFT; in wpf_configure_stream()
261 outfmt |= VI6_WPF_OUTFMT_ROT; in wpf_configure_stream()
264 outfmt |= VI6_WPF_OUTFMT_PXA; in wpf_configure_stream()
266 outfmt |= VI6_WPF_OUTFMT_SPYCS; in wpf_configure_stream()
268 outfmt |= VI6_WPF_OUTFMT_SPUVS; in wpf_configure_stream()
287 outfmt |= VI6_WPF_OUTFMT_CSC; in wpf_configure_stream()
289 wpf->outfmt = outfmt; in wpf_configure_stream()
335 u32 outfmt; in wpf_configure_frame() local
342 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()
[all …]
Dvsp1_rwpf.h49 u32 outfmt; member
/Linux-v4.19/drivers/staging/media/imx/
Dimx-ic-prpencvf.c436 struct v4l2_pix_format *outfmt; in prp_setup_rotation() local
441 outfmt = &vdev->fmt.fmt.pix; in prp_setup_rotation()
446 outfmt->sizeimage); in prp_setup_rotation()
452 outfmt->sizeimage); in prp_setup_rotation()
460 outfmt->height, outfmt->width, in prp_setup_rotation()
552 struct v4l2_pix_format *outfmt; in prp_setup_norotation() local
557 outfmt = &vdev->fmt.fmt.pix; in prp_setup_norotation()
563 outfmt->width, outfmt->height, in prp_setup_norotation()
626 struct v4l2_pix_format *outfmt; in prp_start() local
633 outfmt = &vdev->fmt.fmt.pix; in prp_start()
[all …]
Dimx-media-csi.c558 struct v4l2_pix_format *outfmt; in csi_idmac_start() local
567 outfmt = &vdev->fmt.fmt.pix; in csi_idmac_start()
570 outfmt->sizeimage); in csi_idmac_start()
663 struct v4l2_mbus_framefmt *infmt, *outfmt; in csi_setup() local
671 outfmt = &priv->format_mbus[priv->active_output_pad]; in csi_setup()
684 if_fmt.field = outfmt->field; in csi_setup()
1443 struct v4l2_mbus_framefmt *outfmt; in csi_set_fmt() local
1452 outfmt = __csi_get_fmt(priv, cfg, pad, sdformat->which); in csi_set_fmt()
1453 *outfmt = format.format; in csi_set_fmt()
1623 struct v4l2_mbus_framefmt *outfmt; in csi_set_selection() local
[all …]
Dimx-media-vdic.c664 struct v4l2_mbus_framefmt *outfmt; in vdic_set_fmt() local
672 outfmt = __vdic_get_fmt(priv, cfg, VDIC_SRC_PAD_DIRECT, in vdic_set_fmt()
674 *outfmt = format.format; in vdic_set_fmt()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-image-convert.c1255 const struct ipu_image_pixfmt *infmt, *outfmt; in ipu_image_convert_adjust() local
1261 outfmt = get_format(out->pix.pixelformat); in ipu_image_convert_adjust()
1268 if (!outfmt) { in ipu_image_convert_adjust()
1270 outfmt = get_format(V4L2_PIX_FMT_RGB24); in ipu_image_convert_adjust()
1308 w_align = ilog2(tile_width_align(outfmt) * num_out_cols); in ipu_image_convert_adjust()
1317 out->pix.bytesperline = (out->pix.width * outfmt->bpp) >> 3; in ipu_image_convert_adjust()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcafe_ccic.rst24 $ mplayer tv:// -tv driver=v4l2:width=640:height=480:outfmt=bgr16 -nosound