Home
last modified time | relevance | path

Searched refs:vertical (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css13 .wy-menu-vertical li.current a {
17 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dyuv-formats.rst28 While many combinations of subsampling factors in the horizontal and vertical
30 horizontal subsampling always larger than or equal to vertical subsampling.
34 - `4:2:2`: Horizontal subsampling by 2, no vertical subsampling
35 - `4:2:0`: Horizontal subsampling by 2, vertical subsampling by 2
36 - `4:1:1`: Horizontal subsampling by 4, no vertical subsampling
37 - `4:1:0`: Horizontal subsampling by 4, vertical subsampling by 4
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.rst34 Some devices use horizontal and vertical balanking to configure the frame
36 rectangle as well as horizontal and vertical blanking. The pixel rate
41 horizontal and vertical blanking. The unit of this control is Hz.
H A Dvidioc-g-crop.rst51 rounds to the closest possible values of horizontal and vertical offset,
52 width and height. In particular the driver must round the vertical
59 vertical scaling factor.
/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh111 --vertical-label "${!group_unit}"
125 --vertical-label "${!group_unit}"
139 --vertical-label "${!group_unit}"
H A Dcreate_webpage.sh171 --vertical-label "${!group_unit}"
185 --vertical-label "${!group_unit}"
199 --vertical-label "${!group_unit}"
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst126 vertical polarization.
128 grained vertical entitlement in response to this event.
130 Note that a vertical polarized dedicated vCPU can only have a high
161 In this case the guest previously issued a PTF(1) to request vertical polarization:
168 "polarization": "vertical"
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst177 and vertical.
183 In the vertical polarization model vCPUs are unequal, but overall more resources
194 The vertical polarization specifies that the guest's vCPU can get
197 - a vCPU with vertical high entitlement specifies that this
200 - a vCPU with vertical medium entitlement specifies that this
203 - a vCPU with vertical low entitlement specifies that this
206 In the case a vCPU with vertical high entitlement does not use
228 with vertical high entitlement.
246 successfully enables vertical polarization by using the PTF instruction.
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css34 .wy-menu-vertical p.caption {
38 .wy-menu-vertical li.current a {
42 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
57 .wy-menu-vertical {
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst462 vertical offset
484 top left vertical offset
494 bottom right vertical offset
516 top left vertical offset
526 bottom left vertical offset
597 vertical offset in buffer
901 top left window corner vertical offset
3116 Decoder vertical field offset 1
3119 Decoder vertical field offset 2
3121 Controls field output vertical alignment. The higher the number, the lower
[all …]
/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c50 if (topology_id.vertical) { in fill_tle_cpu()
191 .vertical = s390_topology.polarization == S390_CPU_POLARIZATION_VERTICAL, in s390_topology_from_cpu()
213 int l_polarization = l->vertical ? l->entitlement : 0; in s390_topology_id_cmp()
214 int r_polarization = r->vertical ? r->entitlement : 0; in s390_topology_id_cmp()
/openbmc/linux/Documentation/fb/
H A Dframebuffer.rst170 this is called the vertical retrace. During both the horizontal and vertical
192 A full screen counts 480 (yres) lines, but we have to consider the vertical
197 The vertical scanrate is about 59 Hz::
202 stable picture without visible flicker, VESA recommends a vertical scanrate of
208 scanline. Similarly it supplies a synchronization pulse (vertical sync or
214 vertical retrace time is the sum of the upper margin, the lower margin and the
253 (in picoseconds, 1E-12 s), and vertical timings in number of scanlines.
272 - vsync_len: length of vertical sync
290 3) vertical 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
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig26 int "Maximum vertical resolution (for memory allocation purposes)"
30 The maximum vertical resolution to support for the framebuffer.
/openbmc/qemu/python/qemu/utils/
H A D__init__.py63 vertical: str = '┃',
102 prefix = vertical + (' ' * padding)
/openbmc/phosphor-webui/app/common/styles/base/
H A Dicons.scss35 vertical-align: middle;
85 vertical-align: text-bottom;
/openbmc/u-boot/drivers/video/rockchip/
H A DKconfig32 int "Maximum vertical resolution (for memory allocation purposes)"
36 The maximum vertical resolution to support for the framebuffer.
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt54 - touchscreen-size-y: vertical resolution of touchscreen (in pixels)
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
H A Dauo_pixcir_ts.txt10 - y-size: vertical resolution of touchscreen
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_tables.scss14 vertical-align: middle;
29 vertical-align: middle;
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c435 const int esz, uint32_t mtedesc, bool vertical, in DO_LD()
514 if (!vertical) { in DO_LD()
527 } else if (vertical) { in DO_LD()
557 } else if (vertical) { in DO_LD()
571 const int esz, bool vertical, in sme_ld1_mte() argument
589 sme_ld1(env, za, vg, addr, desc, ra, esz, mtedesc, vertical, in sme_ld1_mte()
642 const int esz, uint32_t mtedesc, bool vertical, in DO_LD()
758 uint32_t desc, uintptr_t ra, int esz, bool vertical, in sme_st1_mte() argument
775 vertical, host_fn, tlb_fn); in sme_st1_mte()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css5vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none…
H A Dbootstrap.css35 vertical-align: baseline;
78 vertical-align: baseline;
642 .glyphicon-resize-vertical:before {
990 .glyphicon-option-vertical:before {
1029 .glyphicon-object-align-vertical:before {
1117 vertical-align: middle;
2277 vertical-align: top;
2281 vertical-align: bottom;
2670 vertical-align: middle;
2921 vertical-align: middle;
[all …]
/openbmc/webui-vue/src/components/Global/
H A DInfoTooltip.vue38 vertical-align: baseline;

12345