Home
last modified time | relevance | path

Searched +full:flip +full:- +full:horizontal (Results 1 – 25 of 165) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_wpf.c1 // SPDX-License-Identifier: GPL-2.0+
3 * vsp1_wpf.c -- R-Car VSP1 Write Pixel Formatter
5 * Copyright (C) 2013-2014 Renesas Electronics Corporation
12 #include <media/v4l2-subdev.h>
25 /* -----------------------------------------------------------------------------
32 vsp1_dl_body_write(dlb, reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write()
35 /* -----------------------------------------------------------------------------
46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation()
57 if (rotate == wpf->flip.rotate) in vsp1_wpf_set_rotation()
61 mutex_lock(&video->lock); in vsp1_wpf_set_rotation()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dsamsung,s6e8aa0.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrzej Hajda <a.hajda@samsung.com>
13 - $ref: panel-common.yaml#
20 reset-gpios: true
21 display-timings: true
23 vdd3-supply:
26 vci-supply:
29 power-on-delay:
[all …]
H A Dronbo,rb070d30.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR X11)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Maxime Ripard <mripard@kernel.org>
17 description: MIPI-DSI virtual channel
19 power-gpios:
23 reset-gpios:
27 shlr-gpios:
28 description: GPIO used for the shlr pin (horizontal flip)
31 updn-gpios:
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp21 * which is (-1, 1) at the top left and (1, -1) in the bottom right.
26 * This space is used for pitch-alignment=map, rotation-alignment=map
30 * This space is used for pitch-alignment=map, rotation-alignment=viewport
34 * of the canvas. This space is used for pitch-alignment=viewport
40 * - map pixel space pitch-alignment=map rotation-alignment=map
41 * - rotated map pixel space pitch-alignment=map rotation-alignment=viewport
42 * - viewport pixel space pitch-alignment=viewport rotation-alignment=*
47 * For horizontal labels we want to do step 1 in the shader for performance reasons (no cpu work).
68 matrix::scale(m, m, state.getSize().width / 2.0, -(state.getSize().height / 2.0), 1.0); in getLabelPlaneMatrix()
69 matrix::translate(m, m, 1, -1, 0); in getLabelPlaneMatrix()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/
H A Dbdisp.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 #include <media/v4l2-ctrls.h>
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-mem2mem.h>
16 #include <media/videobuf2-dma-contig.h>
21 * Max nb of nodes in node-list:
22 * - 2 nodes to handle wide 4K pictures
23 * - 2 nodes to handle two planes (Y & CbCr) */
28 /* struct bdisp_ctrls - bdisp control set
29 * @hflip: horizontal flip
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h5 * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
6 * Copyright (c) 2007-2008 Intel Corporation
62 /* bit compatible with the xrandr RR_ definitions (bits 0-13)
176 * using the name->prop id lookup is the preferred method.
202 * using the name->prop id lookup is the preferred method.
222 * struct drm_mode_modeinfo - Display mode information.
224 * @hdisplay: horizontal display size
225 * @hsync_start: horizontal sync start
226 * @hsync_end: horizontal sync end
227 * @htotal: horizontal total size
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-core.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd.
21 #include <media/media-entity.h>
22 #include <media/videobuf2-v4l2.h>
23 #include <media/v4l2-ctrls.h>
24 #include <media/v4l2-device.h>
25 #include <media/v4l2-mem2mem.h>
26 #include <media/v4l2-mediabus.h>
27 #include <media/drv-intf/exynos-fimc.h>
35 #define FIMC_DRIVER_NAME "exynos4-fimc"
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A DRockchipRgaMacro.h4 * Zhiqin Wei <wzq@rock-chips.com>
16 /* flip source image horizontally (around the vertical axis) */ …
18 /* flip source image vertically (around the horizontal axis)*/ …
/OK3568_Linux_fs/kernel/include/media/i2c/
H A Ds5k6aa.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 #include <media/v4l2-mediabus.h>
14 * struct s5k6aa_gpio - data structure describing a GPIO
24 * struct s5k6aa_platform_data - s5k6aa driver platform data
31 * @nlanes: maximum number of MIPI-CSI lanes used
32 * @horiz_flip: default horizontal image flip value, non zero to enable
33 * @vert_flip: default vertical image flip value, non zero to enable
H A Dov772x.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #define OV772X_FLAG_VFLIP (1 << 0) /* Vertical flip image */
14 #define OV772X_FLAG_HFLIP (1 << 1) /* Horizontal flip image */
29 #define OV772X_MANUAL_EDGE_CTRL 0x80 /* un-used bit of strength */
49 * ov772x_camera_info - ov772x driver interface structure
H A Ds5c73m3.h21 #include <media/v4l2-mediabus.h>
24 * struct s5c73m3_gpio - data structure describing a GPIO
34 * struct s5c73m3_platform_data - s5c73m3 driver platform data
38 * @nlanes: maximum number of MIPI-CSI lanes used
39 * @horiz_flip: default horizontal image flip value, non zero to enable
40 * @vert_flip: default vertical image flip value, non zero to enable
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_core.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015-2016 MediaTek Inc.
12 #include <media/v4l2-ctrls.h>
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-mem2mem.h>
15 #include <media/videobuf2-core.h>
16 #include <media/videobuf2-dma-contig.h>
22 #define MTK_MDP_MODULE_NAME "mtk-mdp"
34 * struct mtk_mdp_pix_align - alignment of image
48 * struct mtk_mdp_fmt - the driver's internal color format data
[all …]
H A Dmtk_mdp_ipi.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015-2016 MediaTek Inc.
26 * struct mdp_ipi_init - for AP_MDP_INIT
38 * struct mdp_ipi_comm - for AP_MDP_PROCESS, AP_MDP_DEINIT
54 * struct mdp_ipi_comm_ack - for VPU_MDP_DEINIT_ACK, VPU_MDP_PROCESS_ACK
70 * struct mdp_config - configured for source/destination image
75 * @w_stride : bytes in horizontal
105 int32_t hflip; /* 1 will enable the flip */
106 int32_t vflip; /* 1 will enable the flip */
/OK3568_Linux_fs/debian/overlay/etc/profile.d/
H A Dgst.sh45 export GST_V4L2SRC_DEFAULT_DEVICE=/dev/video-camera0
68 # clockwise(90)|rotate-180|counterclockwise(270)|horizontal-flip|vertical-flip
/OK3568_Linux_fs/external/linux-rga/include/
H A Ddrmrga.h4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
46 /* flip source image horizontally (around the vertical axis) */
48 /* flip source image vertically (around the horizontal axis)*/
94 /* write-combine mapping. */
160 /* MAX(min, (max - channel_value)) */
197 uint8_t direction_mode; // horizontal or vertical
198 // 0: horizontal
223 // 0: normal(max-data)
333 return -EINVAL; in rga_set_rect()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Ddrmrga.h4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
46 /* flip source image horizontally (around the vertical axis) */
48 /* flip source image vertically (around the horizontal axis)*/
94 /* write-combine mapping. */
160 /* MAX(min, (max - channel_value)) */
197 uint8_t direction_mode; // horizontal or vertical
198 // 0: horizontal
223 // 0: normal(max-data)
333 return -EINVAL; in rga_set_rect()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Ddrmrga.h4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
46 /* flip source image horizontally (around the vertical axis) */
48 /* flip source image vertically (around the horizontal axis)*/
94 /* write-combine mapping. */
160 /* MAX(min, (max - channel_value)) */
197 uint8_t direction_mode; // horizontal or vertical
198 // 0: horizontal
223 // 0: normal(max-data)
333 return -EINVAL; in rga_set_rect()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Ddrmrga.h4 * Zhiqin Wei <wzq@rock-chips.com>
10 * http://www.apache.org/licenses/LICENSE-2.0
46 /* flip source image horizontally (around the vertical axis) */
48 /* flip source image vertically (around the horizontal axis)*/
94 /* write-combine mapping. */
160 /* MAX(min, (max - channel_value)) */
197 uint8_t direction_mode; // horizontal or vertical
198 // 0: horizontal
223 // 0: normal(max-data)
333 return -EINVAL; in rga_set_rect()
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A Dgst.sh6 # Set dma-feature in kmssrc
9 # Set dma-feature in mppdec
56 export GST_V4L2SRC_DEFAULT_DEVICE=/dev/video-camera0
79 # clockwise(90)|rotate-180|counterclockwise(270)|horizontal-flip|vertical-flip
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c1 // SPDX-License-Identifier: GPL-2.0
51 to->enable_hflip = from->enable_hflip; in ia_css_output_encode()
52 to->enable_vflip = from->enable_vflip; in ia_css_output_encode()
64 ia_css_dma_configure_from_info(&to->port_b, from->info); in ia_css_output_config()
65 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_output_config()
66 to->height = from->info ? from->info->res.height : 0; in ia_css_output_config()
67 to->enable = from->info != NULL; in ia_css_output_config()
68 ia_css_frame_info_to_frame_sp_info(&to->info, from->info); in ia_css_output_config()
71 assert(elems_a % to->port_b.elems == 0); in ia_css_output_config()
145 ia_css_debug_dtrace(level, "Horizontal Output Flip:\n"); in ia_css_output_dump()
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/
H A Dargs.cpp4 * PutinLee <putin.lee@rock-chips.com>
5 * Cerf Yu <cerf.yu@rock-chips.com>
11 * http://www.apache.org/licenses/LICENSE-2.0
31 …printf( " usage: rgaImDemo [--help/-h] [--while/-w=(time)] [--querystring/--querystring=<options… in help_function()
32 " [--copy] [--resize=<up/down>] [--crop] [--rotate=90/180/270]\n" in help_function()
33 " [--flip=H/V] [--translate] [--blend] [--cvtcolor]\n" in help_function()
34 " [--fill=blue/green/red]\n"); in help_function()
35 printf( "\t --help/-h Call help\n" in help_function()
36 … "\t --while/w Set the loop mode. Users can set the number of cycles by themselves.\n" in help_function()
37 …"\t --querystring You can print the version or support information corresponding to the current ve… in help_function()
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h5 * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
6 * Copyright (c) 2007-2008 Intel Corporation
53 /* bit compatible with the xrandr RR_ definitions (bits 0-13)
167 * using the name->prop id lookup is the preferred method.
193 * using the name->prop id lookup is the preferred method.
387 /* non-extended types: legacy bitmask, one bit per type: */
394 /* extended-types: rather than continue to consume a bit per type,
477 #define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifer[] */
504 * it looks like we have a modifier per-plane, we in fact
573 * handle - if 0 turns the cursor off
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h5 * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
6 * Copyright (c) 2007-2008 Intel Corporation
53 /* bit compatible with the xrandr RR_ definitions (bits 0-13)
167 * using the name->prop id lookup is the preferred method.
193 * using the name->prop id lookup is the preferred method.
387 /* non-extended types: legacy bitmask, one bit per type: */
394 /* extended-types: rather than continue to consume a bit per type,
477 #define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifer[] */
504 * it looks like we have a modifier per-plane, we in fact
573 * handle - if 0 turns the cursor off
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h5 * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
6 * Copyright (c) 2007-2008 Intel Corporation
53 /* bit compatible with the xrandr RR_ definitions (bits 0-13)
167 * using the name->prop id lookup is the preferred method.
193 * using the name->prop id lookup is the preferred method.
387 /* non-extended types: legacy bitmask, one bit per type: */
394 /* extended-types: rather than continue to consume a bit per type,
477 #define DRM_MODE_FB_MODIFIERS (1<<1) /* enables ->modifer[] */
504 * it looks like we have a modifier per-plane, we in fact
573 * handle - if 0 turns the cursor off
[all …]
/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)
25 image flip, 8x8 block transfer (see IRT description), pixel component
26 re-ordering (for example UYVY to YUYV) within the same colorspace, and
[all …]

1234567