Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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>
15 #include <linux/media-bus-format.h>
20 * struct v4l2_mbus_framefmt - frame format on the media bus
24 * @field: used interlacing type (from enum v4l2_field)
44 * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be
47 * New defines should only be added to media-bus-format.h. The
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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>
15 #include <linux/media-bus-format.h>
20 * struct v4l2_mbus_framefmt - frame format on the media bus
24 * @field: used interlacing type (from enum v4l2_field)
44 * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be
47 * New defines should only be added to media-bus-format.h. The
/OK3568_Linux_fs/kernel/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>
15 #include <linux/media-bus-format.h>
22 * struct v4l2_mbus_framefmt - frame format on the media bus
26 * @field: used interlacing type (from enum v4l2_field)
56 * MEDIA_BUS_FMT_ definitions (defined in media-bus-format.h) should be
59 * New defines should only be added to media-bus-format.h. The
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 Say Y here to enable support for platform-specific V4L drivers.
13 source "drivers/media/platform/marvell-ccic/Kconfig"
22 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
125 will be called s3c-camif.
139 will be called stm32-dcmi.
151 source "drivers/media/platform/exynos4-is/Kconfig"
154 source "drivers/media/platform/rcar-vin/Kconfig"
175 bool "Memory-to-memory multimedia devices"
186 tristate "Chips&Media Coda multi-standard codec IP"
[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>
27 #include <media/rcar-fcp.h>
28 #include <media/v4l2-ctrls.h>
29 #include <media/v4l2-device.h>
30 #include <media/v4l2-event.h>
31 #include <media/v4l2-ioctl.h>
32 #include <media/v4l2-mem2mem.h>
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_crtc.c1 // 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 …]
/OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-gnueabihf/
HDlibrkdemuxer.so ... /code/rkdemuxer/lib/32/arm-rockchip830-linux-gnueabihf [rkdemuxer] error: ...
/OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-uclibcgnueabihf/
HDlibrkdemuxer.so ... /code/rkdemuxer/lib/32/arm-rockchip830-linux-uclibcgnueabihf [rkdemuxer] error: ...
/OK3568_Linux_fs/kernel/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>
38 #include "em28xx-v4l.h"
39 #include <media/v4l2-common.h>
40 #include <media/v4l2-ioctl.h>
41 #include <media/v4l2-event.h>
42 #include <media/drv-intf/msp3400.h>
48 "Sascha Sommer <saschasommer@freenet.de>"
64 dev_printk(KERN_DEBUG, &dev->intf->dev, \
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/Android/armeabi-v7a/
HDlibmpp.so__cxa_finalize LIBC libc.so libmpp.so __cxa_atexit show_mpp_version mpp_env_get_u32 _mpp_log_l __stack_chk_fail __stack_chk_guard get_mpp_version mpp_frame_deinit mpp_packet_deinit _ZN5Mutex8AutolockD2Ev pthread_mutex_unlock ...
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1 /* stb_image - v2.23 - public domain image loader - http://nothings.org/stb
24 PNG 1/2/4/8/16-bit-per-channel
27 BMP non-1bpp, non-RLE
28 PSD (composited view only, no extra channels, 8/16 bit-per-channel)
30 GIF (*comp always reports as 4-channel)
38 - decode from memory or through FILE (define STBI_NO_STDIO to remove code)
39 - decode from arbitrary I/O callbacks
40 - SIMD acceleration on x86/x64 (SSE2) and ARM (NEON)
51 2.23 (2019-08-11) fix clang static analysis warning
52 2.22 (2019-03-04) gif fixes, fix warnings
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1 /* stb_image - v2.23 - public domain image loader - http://nothings.org/stb
24 PNG 1/2/4/8/16-bit-per-channel
27 BMP non-1bpp, non-RLE
28 PSD (composited view only, no extra channels, 8/16 bit-per-channel)
30 GIF (*comp always reports as 4-channel)
38 - decode from memory or through FILE (define STBI_NO_STDIO to remove code)
39 - decode from arbitrary I/O callbacks
40 - SIMD acceleration on x86/x64 (SSE2) and ARM (NEON)
51 2.23 (2019-08-11) fix clang static analysis warning
52 2.22 (2019-03-04) gif fixes, fix warnings
[all …]
/OK3568_Linux_fs/external/rockit/lib/lib32/
HDlibrockit.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ __stack_chk_fail _ZSt19__throw_logic_errorPKc __stack_chk_guard __aeabi_unwind_cpp_pr0 __gxx_personality_v0 __cxa_end_cleanup _ZdlPv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_ _Znwj __cxa_pure_virtual ...
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c2 * Copyright © 2006-2007 Intel Corporation
29 #include <linux/intel-iommu.h>
32 #include <linux/dma-resv.h>
208 drm_WARN(&dev_priv->drm, (val & CCK_FREQUENCY_STATUS) != in vlv_get_cck_clock()
222 if (dev_priv->hpll_freq == 0) in vlv_get_cck_clock_hpll()
223 dev_priv->hpll_freq = vlv_get_hpll_vco(dev_priv); in vlv_get_cck_clock_hpll()
225 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll()
237 dev_priv->czclk_freq = vlv_get_cck_clock_hpll(dev_priv, "czclk", in intel_update_czclk()
240 drm_dbg(&dev_priv->drm, "CZ clock rate: %d kHz\n", in intel_update_czclk()
241 dev_priv->czclk_freq); in intel_update_czclk()
[all …]