Home
last modified time | relevance | path

Searched +full:de +full:- +full:interlacing (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/admin-guide/media/
H A Dimx.rst1 .. SPDX-License-Identifier: GPL-2.0
7 ------------
15 - Image DMA Controller (IDMAC)
16 - Camera Serial Interface (CSI)
17 - Image Converter (IC)
18 - Sensor Multi-FIFO Controller (SMFC)
19 - Image Rotator (IRT)
20 - Video De-Interlacing or Combining Block (VDIC)
26 re-ordering (for example UYVY to YUYV) within the same colorspace, and
27 packed <--> planar conversion. The IDMAC can also perform a simple
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Drenesas,fdp1.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Fine Display Processor (FDP1)
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 The FDP1 is a de-interlacing module which converts interlaced video to
21 - renesas,fdp1
32 power-domains:
42 Not allowed on R-Car Gen2, mandatory on R-Car Gen3.
45 - compatible
[all …]
/openbmc/linux/drivers/media/platform/renesas/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 tristate "R-Car Image Signal Processor (ISP)"
27 Support for Renesas R-Car Image Signal Processor (ISP).
28 Enable this to support the Renesas R-Car Image Signal
32 module will be called rcar-isp.
43 source "drivers/media/platform/renesas/rcar-vin/Kconfig"
44 source "drivers/media/platform/renesas/rzg2l-cru/Kconfig"
56 Renesas R-Car Gen3 and RZ/G2 SoCs. It handles memory access for
60 will be called rcar-fcp.
72 providing colour space conversion, and de-interlacing features.
[all …]
H A Drcar_fdp1.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Renesas R-Car Fine Display Processor
11 * m2m-deinterlace, and vsp1 drivers.
16 #include <linux/dma-mapping.h>
26 #include <media/rcar-fcp.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-device.h>
29 #include <media/v4l2-event.h>
30 #include <media/v4l2-ioctl.h>
31 #include <media/v4l2-mem2mem.h>
[all …]
/openbmc/linux/include/uapi/linux/
H A Dv4l2-mediabus.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11 #include <linux/media-bus-format.h>
18 * struct v4l2_mbus_framefmt - frame format on the media bus
22 * @field: used interlacing type (from enum v4l2_field)
52 * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be
55 * New defines should only be added to media-bus-format.h. The
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver
10 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
14 * Based on the virtual v4l2-mem2mem example device
18 #include <linux/dma-mapping.h>
34 #include <media/v4l2-common.h>
35 #include <media/v4l2-ctrls.h>
36 #include <media/v4l2-device.h>
37 #include <media/v4l2-event.h>
38 #include <media/v4l2-ioctl.h>
[all …]
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_crtc.c1 // SPDX-License-Identifier: GPL-2.0-only
27 * A note about interlacing. Let's consider HDMI 1920x1080i.
35 * This is how it is defined by CEA-861-D - line and pixel numbers are
41 * DE: ~~~|____________________________//__________________________
47 * DE: ~~~|____________________________//__________________________
56 * Odd frame, 563 total lines, VSYNC at line 543-548, pixel 1128.
57 * Even frame, 562 total lines, VSYNC at line 542-547, pixel 2448.
61 * vtotal = mode->crtc_vtotal + 1;
62 * vbackporch = mode->crtc_vsync_start - mode->crtc_vdisplay + 1;
63 * vhorizpos = mode->crtc_hsync_start - mode->crtc_htotal / 2
[all …]
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c1 // SPDX-License-Identifier: GPL-2.0+
3 // em28xx-video.c - driver for Empia EM2800/EM2820/2840 USB
9 // Sascha Sommer <saschasommer@freenet.de>
28 #include "em28xx-v4l.h"
29 #include <media/v4l2-common.h>
30 #include <media/v4l2-ioctl.h>
31 #include <media/v4l2-event.h>
32 #include <media/drv-intf/msp3400.h>
38 "Sascha Sommer <saschasommer@freenet.de>"
54 dev_printk(KERN_DEBUG, &dev->intf->dev, \
[all …]