Searched +full:de +full:- +full:interlacing (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/admin-guide/media/ |
H A D | imx.rst | 1 .. 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 …]
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | renesas,fdp1.yaml | 1 # 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 …]
|
/linux/drivers/media/platform/renesas/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 tristate "R-Car MIPI CSI-2 Receiver" 27 Support for Renesas R-Car MIPI CSI-2 receiver. 28 Supports R-Car Gen3 and RZ/G2 SoCs. 31 module will be called rcar-csi2. 34 tristate "R-Car Image Signal Processor (ISP)" 43 Support for Renesas R-Car Image Signal Processor (ISP). 44 Enable this to support the Renesas R-Car Image Signal 48 module will be called rcar-isp. 59 source "drivers/media/platform/renesas/rcar-vin/Kconfig" [all …]
|
H A D | rcar_fdp1.c | 1 // 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 …]
|
/linux/include/uapi/linux/ |
H A D | v4l2-mediabus.h | 1 /* 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), zero for metadata 58 * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be 61 * New defines should only be added to media-bus-format.h. The
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 1 // 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 …]
|
/linux/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 * A note about interlacing. Let's consider HDMI 1920x1080i. 36 * This is how it is defined by CEA-861-D - line and pixel numbers are 42 * DE: ~~~|____________________________//__________________________ 48 * DE: ~~~|____________________________//__________________________ 57 * Odd frame, 563 total lines, VSYNC at line 543-548, pixel 1128. 58 * Even frame, 562 total lines, VSYNC at line 542-547, pixel 2448. 62 * vtotal = mode->crtc_vtotal + 1; 63 * vbackporch = mode->crtc_vsync_start - mode->crtc_vdisplay + 1; 64 * vhorizpos = mode->crtc_hsync_start - mode->crtc_htotal / 2 [all …]
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1 // 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 …]
|