Searched +full:de +full:- +full:interlacing (Results 1 – 4 of 4) 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/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/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 …]
|