Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 129) sorted by relevance

123456

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0068-desktop-shell-Support-setting-panel-scale-in-weston..patch93 …int horizontal = panel->panel_position == WESTON_DESKTOP_SHELL_PANEL_POSITION_TOP || panel->panel_…
94 - int first_pad_h = horizontal ? 0 : DEFAULT_SPACING / 2;
95 - int first_pad_w = horizontal ? DEFAULT_SPACING / 2 : 0;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
113 if (horizontal)
/OK3568_Linux_fs/buildroot/package/weston/
H A D0068-desktop-shell-Support-setting-panel-scale-in-weston..patch93 …int horizontal = panel->panel_position == WESTON_DESKTOP_SHELL_PANEL_POSITION_TOP || panel->panel_…
94 - int first_pad_h = horizontal ? 0 : DEFAULT_SPACING / 2;
95 - int first_pad_w = horizontal ? DEFAULT_SPACING / 2 : 0;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
113 if (horizontal)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0069-desktop-shell-Support-setting-panel-scale-in-weston..patch93 …int horizontal = panel->panel_position == WESTON_DESKTOP_SHELL_PANEL_POSITION_TOP || panel->panel_…
94 - int first_pad_h = horizontal ? 0 : DEFAULT_SPACING / 2;
95 - int first_pad_w = horizontal ? DEFAULT_SPACING / 2 : 0;
98 + int first_pad_h = horizontal ? 0 : spacing / 2;
99 + int first_pad_w = horizontal ? spacing / 2 : 0;
113 if (horizontal)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst9 Format with ½ horizontal and vertical chroma resolution, also known as
16 M420 is a YUV format with ½ horizontal and vertical chroma subsampling
21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
H A Dext-ctrls-image-process.rst29 horizontal and vertical blanking. While the pixel rate control may
33 and horizontal blanking information is exact: no other blanking is
35 by selecting the desired horizontal and vertical blanking. The unit
H A Dpixfmt-yuyv.rst10 Packed format with ½ horizontal chroma resolution, also known as YUV
20 half the horizontal resolution of the Y component. ``V4L2_PIX_FMT_YUYV``
H A Dpixfmt-y41p.rst10 Format with ¼ horizontal chroma resolution, also known as YUV 4:1:1
19 and Cr components have one fourth the horizontal resolution of the Y
H A Dext-ctrls-image-source.rst26 Every line has length of the image width plus horizontal blanking at
32 during which no image data is produced. The unit of horizontal
H A Dvidioc-g-crop.rst51 rounds to the closest possible values of horizontal and vertical offset,
58 the closest size possible while maintaining the current horizontal and
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dframebuffer.rst163 The electron beam draws horizontal lines (scanlines) from left to right, and
168 screen and to the next line: this is called the horizontal retrace. After the
170 this is called the vertical retrace. During both the horizontal and vertical
183 to paint the 640 (xres) pixels on one scanline. But the horizontal retrace
188 We'll say that the horizontal scanrate is about 31 kHz::
207 will supply a synchronization pulse (horizontal sync or hsync) for each
212 The following picture summarizes all timings. The horizontal retrace time is
252 The frame buffer device expects all horizontal timings in number of dotclocks
271 - hsync_len: length of horizontal sync
282 2) horizontal timings:
H A Defifb.rst55 horizontal and vertical resolution, and optionally bit depth, and set
62 of horizontal and vertical resolution). If there are multiple modes
H A Dpxafb.rst127 c. starting horizontal position (XPOS) should start on a 32-bit
171 XPOS - starting horizontal position
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst457 horizontal offset
479 top left horizontal offset
489 bottom right horizontal offset
511 top left horizontal offset
521 bottom left horizontal offset
592 horizontal offset in buffer
896 top left window corner horizontal offset
2798 Decoder horizontal Y alias register 1
2802 Decoder horizontal Y alias register 2
2806 Decoder horizontal Y alias register 3
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dchipone_icn8318.txt8 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
H A Dbrcm,iproc-touchscreen.txt53 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels)
55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
H A Dcyttsp.txt18 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device
H A Dauo_pixcir_ts.txt9 - x-size: horizontal resolution of touchscreen
H A Dzforce_ts.txt8 - x-size: horizontal resolution of touchscreen
H A Dpixcir_i2c_ts.txt8 - touchscreen-size-x: horizontal resolution of touchscreen (in pixels)
H A Dbu21029.txt12 - touchscreen-size-x : horizontal resolution of touchscreen (in pixels)
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A DKconfig23 int "Maximum horizontal resolution (for memory allocation purposes)"
27 The maximum horizontal resolution to support for the framebuffer.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css81 .dl-horizontal dd {
85 .dl-horizontal dt {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dgeocluetypes.h65 inline double horizontal() const { return m_horizontal; } in horizontal() function
H A Dgeocluetypes.cpp61 arg << accuracy.horizontal(); in operator <<()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dsamsung-fimc.txt61 0 - scaler input horizontal size,
62 1 - input horizontal size for the scaler bypassed,
77 cell) and the horizontal image offset (second cell). The values are in pixels

123456