/openbmc/linux/include/media/ |
H A D | v4l2-rect.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * v4l2-rect.h - v4l2_rect helper functions 14 * v4l2_rect_set_size_to() - copy the width/height values. 21 r->width = size->width; in v4l2_rect_set_size_to() 22 r->height = size->height; in v4l2_rect_set_size_to() 26 * v4l2_rect_set_min_size() - width and height of r should be >= min_size. 33 if (r->width < min_size->width) in v4l2_rect_set_min_size() 34 r->width = min_size->width; in v4l2_rect_set_min_size() 35 if (r->height < min_size->height) in v4l2_rect_set_min_size() 36 r->height = min_size->height; in v4l2_rect_set_min_size() [all …]
|
/openbmc/linux/include/sound/sof/ |
H A D | control.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 19 /* channel positions - uses same values as ALSA */ 24 SOF_CHMAP_FL, /**< front left */ 26 SOF_CHMAP_RL, /**< rear left */ 30 SOF_CHMAP_SL, /**< side left */ 33 SOF_CHMAP_FLC, /**< front left centre */ 35 SOF_CHMAP_RLC, /**< rear left centre */ 37 SOF_CHMAP_FLW, /**< front left wide */ 39 SOF_CHMAP_FLH, /**< front left high */ 42 SOF_CHMAP_TC, /**< top centre */ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | default.css | 3 /* Set required top body padding for the fixed top navbard */ 4 body { padding-top: 50px; } 7 img.logo { height: 30px; vertical-align: bottom; } 9 /* Style the Yocto Project logo and the Toaster name in the top navbar */ 10 .toaster-navbar-brand { float: left; margin: 7px 25px 0 0; } 11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: … 12 .toaster-navbar-brand > a { text-decoration: none; } 13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; } 15 /* Style the debugging information in the top navbar */ 16 .glyphicon-info-sign { color: #777; font-size: 16px; } [all …]
|
H A D | bootstrap.min.css | 3 * Copyright 2011-2015 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
|
H A D | bootstrap.css | 3 * Copyright 2011-2015 Twitter, Inc. 8 font-family: sans-serif; 9 -webkit-text-size-adjust: 100%; 10 -ms-text-size-adjust: 100%; 34 display: inline-block; 35 vertical-align: baseline; 46 background-color: transparent; 53 border-bottom: 1px dotted; 57 font-weight: bold; 60 font-style: italic; [all …]
|
H A D | jquery-ui.structure.min.css | 1 /*! jQuery UI - v1.11.4 - 2015-03-15 5 …-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;ma…
|
H A D | jquery.dataTables-1.13.8.min.css | 1 …--dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 1…
|
H A D | bootstrap.css.map | 1 …-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixin…
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | syslog.scss | 2 #sys-log { 10 .sys-log__timezone, 11 .sys-log__timezone button { 13 text-transform: uppercase; 14 color: $primary-action; 15 font-size: .9em; 16 font-weight: 700; 21 @include mediaQuery(x-large) { 22 @include fastTransition-all; 28 padding-top:.3em; [all …]
|
H A D | log.scss | 2 $priority-high: $accent-04--01; 3 $priority-high--light: $accent-04--02; 4 $priority-medium: $accent-03--01; 5 $priority-medium--light: $accent-03--03; 6 $priority-low: $accent-01--01; 7 $priority-low--light: $accent-01--03; 8 $prioriy-resolved: $base-02--02; 9 $priority-resolve--light: $base-02--04; 12 #event-log { 22 .event-log__timezone, [all …]
|
/openbmc/phosphor-webui/app/access-control/styles/ |
H A D | ldap.scss | 3 .ldap__optional-field { 4 margin-bottom: 1.7em; 7 .ldap__configure-settings { 8 background-color: $base-02--06; 9 padding-top: 1.5em; 10 padding-bottom: 1.5em; 11 margin-top: 1em; 12 margin-bottom: 3em; 15 .ldap__server-info { 16 @media (min-width: 1024px) { [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _tables.scss | 5 //z-index: $zindex-dropdown; 8 border-top: 1px solid gray("300"); 9 border-bottom: 1px solid gray("300"); 10 &:first-of-type { 11 border-left: 1px solid gray("300"); 13 &:last-of-type { 14 border-right: 1px solid gray("300"); 16 vertical-align: middle; 19 .btn-link { 23 display: inline-flex; [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | paginate.scss | 3 display: -webkit-box; 4 display: -ms-flexbox; 6 -ms-flex-wrap: wrap; 7 flex-wrap: wrap; 8 -webkit-box-pack: center; 9 -ms-flex-pack: center; 10 justify-content: center; 11 -webkit-box-align: center; 12 -ms-flex-align: center; 13 align-items: center; [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | form-elements.scss | 4 padding-top: .5em; 5 padding-bottom: .5em; 6 padding-left: .5em; 7 padding-right: 1.5em; 8 margin-top: 0; 9 border: 1px solid $border-color-02; 10 min-width: 70px; 11 font-weight: 400; 12 @include bgImage__arrowDown-primary; 14 @include bgImage__arrowDown-disabled; [all …]
|
H A D | table.scss | 3 .table-header { 5 color: $primary-dark; 6 line-height: 30px; 8 margin-bottom: .8em; 9 border-bottom: 1px solid $border-color-01; 10 font-size: 1.25em; 28 max-width: calc(100vw - 10px); 29 flex-wrap: wrap; 30 font-weight: 400; 33 background-color: $background-03; [all …]
|
/openbmc/phosphor-webui/app/configuration/styles/ |
H A D | network.scss | 1 .net-config__form { 3 margin-bottom: 1.2em; 6 margin-top: -17px; 10 margin-top: 0; 11 text-align: left; 14 margin-bottom: 2em; 17 .net-config__fieldset { 19 padding-bottom: 0.5rem; 22 .net-config__fieldset-content { 23 padding-left: 1.8em; [all …]
|
H A D | date-time.scss | 5 padding-left: 1.8em; 8 .date-time__metadata-wrapper { 12 .date-time__owner-dropdown { 15 background-color: $background-02; 18 .date-time__ntp-servers{ 19 padding-top: .6em; 20 padding-left: 0em; 22 .date-time__ntp-servers-wrap{ 23 padding-bottom: 1em; 24 padding-top: 1em; [all …]
|
H A D | firmware.scss | 2 font-weight: 300; 6 margin-top: 2.5em; 7 margin-bottom: 2.5em; 11 display: inline-block; 12 margin-right: 1.7em; 13 text-decoration: none; 14 font-weight: 700; 17 color: $primary-accent; 18 fill: $primary-accent; 20 color: $base-02--05; [all …]
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | channel-mapping-api.rst | 2 ALSA PCM channel-mapping API 18 ``{ front left, front right, rear left, rear right }.`` 38 the kernel/user-space ABI perspective. It uses only the existing 57 --- 61 ``type data-bytes ch0 ch1 ch2...`` 71 type is where pair-wise channels are swappable. For example, when you 88 /* this follows the alsa-lib mixer channel value + 3 */ 89 SNDRV_CHMAP_FL, /* front left */ 91 SNDRV_CHMAP_RL, /* rear left */ 95 SNDRV_CHMAP_SL, /* side left */ [all …]
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_draw.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 23 #include <linux/iosys-map.h> 57 dev_clips->num_rects = num_clips; in drawable_set_clipping() 58 dev_clips->chunk.next_chunk = 0; in drawable_set_clipping() 59 dev_clips->chunk.prev_chunk = 0; in drawable_set_clipping() 60 dev_clips->chunk.data_size = sizeof(struct qxl_rect) * num_clips; in drawable_set_clipping() 61 return (struct qxl_rect *)dev_clips->chunk.data; in drawable_set_clipping() 88 return -ENOMEM; in make_drawable() 90 drawable->type = type; in make_drawable() 92 drawable->surface_id = surface; /* Only primary for now */ in make_drawable() [all …]
|
/openbmc/linux/drivers/media/platform/ti/omap/ |
H A D | omap_voutlib.c | 4 * Copyright (C) 2005-2010 Texas Instruments. 11 * Video-for-Linux (Version 2) camera capture driver for 27 #include <linux/dma-mapping.h> 46 crop->width = (pix->width < fbuf->fmt.width) ? in omap_vout_default_crop() 47 pix->width : fbuf->fmt.width; in omap_vout_default_crop() 48 crop->height = (pix->height < fbuf->fmt.height) ? in omap_vout_default_crop() 49 pix->height : fbuf->fmt.height; in omap_vout_default_crop() 50 crop->width &= ~1; in omap_vout_default_crop() 51 crop->height &= ~1; in omap_vout_default_crop() 52 crop->left = ((pix->width - crop->width) >> 1) & ~1; in omap_vout_default_crop() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_snd.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 110 /* 0 ... virtio_snd_config::jacks - 1 */ 150 /* 0 ... virtio_snd_config::streams - 1 */ 257 /* 0 ... virtio_snd_config::streams - 1 */ 275 /* 0 ... virtio_snd_config::chmaps - 1 */ 284 VIRTIO_SND_CHMAP_FL, /* front left */ 286 VIRTIO_SND_CHMAP_RL, /* rear left */ 290 VIRTIO_SND_CHMAP_SL, /* side left */ 293 VIRTIO_SND_CHMAP_FLC, /* front left center */ 295 VIRTIO_SND_CHMAP_RLC, /* rear left center */ [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_vis.css | 2 font-family: "monospace"; 3 font-size: 12px; 7 text-align: center 16 margin-left: auto; 17 margin-right: auto; 26 text-align: center 34 margin-top: 2px 54 margin-left: auto; 55 margin-right: auto; 60 top: 0; bottom: 0; display: block; [all …]
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | header.scss | 10 @mixin round-corners { 11 -webkit-border-radius: 6px 6px; 12 -moz-border-radius: 6px 6px; 13 border-radius: 6px 6px; 18 top: 0; 19 left: 0; 21 z-index: 300; 24 .header__info-section { 26 background: $primary-dark; 27 color: $primary-light; [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection-api-configuration.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 20 :ref:`constraint flags <v4l2-selection-flags>`. 26 See figure :ref:`sel-targets-capture` for examples of the selection 30 The range of coordinates of the top left corner, width and height of 32 target. It is recommended for the driver developers to put the top/left 36 The top left corner, width and height of the source rectangle, that is 51 coordinates are expressed in pixels. The rectangle's top/left corner 63 :ref:`constraint flags <v4l2-selection-flags>`. 91 All coordinates are expressed in pixels. The top/left corner is always 95 The top left corner, width and height of the source rectangle, that is [all …]
|