Home
last modified time | relevance | path

Searched refs:motion (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/webui-vue/docs/guide/guidelines/
H A Dmotion.md3 The motion guidelines are based on Carbon Design System guidelines. These
6 …to Carbon's animation documentation](https://www.carbondesignsystem.com/guidelines/motion/basics/).
10 ### Productive motion
12 Productive motion creates a sense of efficiency and responsiveness, while
13 remaining subtle and out of the way. Productive motion is appropriate for
16 ### Expressive motion
18 Expressive motion delivers enthusiastic, vibrant, and highly visible movement.
19 Use expressive motion for significant moments such as opening a new page,
22 for expressive motion.
37 Duration is calculated based on the style and size of the motion. Among the two
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst9 The Detect class includes controls for common features of various motion
24 Sets the motion detection mode.
33 - Disable motion detection.
35 - Use a single motion detection threshold.
37 - The image is divided into a grid, each cell with its own motion
42 value that specifies which per-region motion detection thresholds
51 Sets the global motion detection threshold to be used with the
52 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
55 Sets the motion detection thresholds for each cell in the grid. To
56 be used with the ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID`` motion
[all …]
H A Dvidioc-g-parm.rst240 different mode from the regular motion video capture modes. In
244 motion capture.
246 - The driver may support fewer pixel formats than motion capture
258 motion capture.
260 - Moving objects in the image might have excessive motion blur.
H A Dvidioc-dqevent.rst181 - Triggered whenever the motion detection state for one or more of
304 - The bitmask of the regions that reported motion. There is at least
305 one region. If this field is 0, then no motion was detected at
308 each cell in the motion detection grid, then that all cells are
/openbmc/qemu/ui/
H A Dsdl2.c502 struct sdl2_console *scon = get_scon_from_window(ev->motion.windowID); in handle_mousemotion()
514 && (ev->motion.x == 0 || ev->motion.y == 0 || in handle_mousemotion()
515 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion()
519 (ev->motion.x > 0 && ev->motion.x < max_x && in handle_mousemotion()
520 ev->motion.y > 0 && ev->motion.y < max_y)) { in handle_mousemotion()
525 sdl_send_mouse_event(scon, ev->motion.xrel, ev->motion.yrel, in handle_mousemotion()
526 ev->motion.x, ev->motion.y, ev->motion.state); in handle_mousemotion()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-accel-bmc1501 What: /sys/bus/iio/devices/triggerX/name = "bmc150_accel-any-motion-devX"
7 only when there is any motion.
H A Dsysfs-bus-iio-gyro-bmg1601 What: /sys/bus/iio/devices/triggerX/name = "bmg160-any-motion-devX"
7 only when there is any motion.
H A Dsysfs-bus-iio-cros-ec16 the motion sensor is placed. For example, in a laptop a motion
H A Dsysfs-bus-iio-mpu60507 This is mounting matrix for motion sensors. Mounting matrix
/openbmc/linux/Documentation/input/devices/
H A Datarikbd.rst59 The ikbd can report mouse motion in three distinctly different ways. It can
60 report relative motion, absolute motion in a coordinate system maintained
61 within the ikbd, or by converting mouse motion into keyboard cursor control
71 button being pressed or released, or motion in either axis exceeding a
72 settable threshold of motion. Regardless of the threshold, all bits of
76 relative mouse motion events will be generated: (a) while the keyboard has
92 +127...-128 range, the motion is broken into multiple packets.
108 each axis. The ikbd internally maintains mouse motion information to the
267 generated asynchronously by the ikbd whenever motion exceeds the setable
305 command is not affected by the mouse motion origin.
[all …]
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A DKconfig14 This driver supports the InvenSense ICM-426xx motion tracking
26 This driver supports the InvenSense ICM-426xx motion tracking
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A DKconfig21 and IAM20680 motion tracking devices over I2C.
33 and IAM20680 motion tracking devices over SPI.
/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c64 struct xenkbd_motion *motion) in xenkbd_handle_motion_event() argument
69 input_report_rel(info->ptr, REL_X, motion->rel_x); in xenkbd_handle_motion_event()
70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
71 if (motion->rel_z) in xenkbd_handle_motion_event()
72 input_report_rel(info->ptr, REL_WHEEL, -motion->rel_z); in xenkbd_handle_motion_event()
164 xenkbd_handle_motion_event(info, &event->motion); in xenkbd_handle_event()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-vdic.c110 enum ipu_motion_sel motion; member
382 ipu_vdi_set_motion(priv->vdi, priv->motion); in vdic_start()
416 enum ipu_motion_sel motion; in vdic_s_ctrl() local
423 motion = ctrl->val; in vdic_s_ctrl()
424 if (motion != priv->motion) { in vdic_s_ctrl()
430 priv->motion = motion; in vdic_s_ctrl()
773 if (priv->csi_direct && priv->motion != HIGH_MOTION) { in vdic_link_validate()
/openbmc/linux/Documentation/devicetree/bindings/iio/imu/
H A Dnxp,fxos8700.yaml14 …https://www.nxp.com/products/sensors/motion-sensors/6-axis/digital-motion-sensor-3d-accelerometer-…
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_index.scss2 @import "./motion";
H A D_motion.scss8 // https://www.carbondesignsystem.com/guidelines/motion/basics/#easing
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c415 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local
427 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
430 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions()
431 ((motion[1] > 0) << 1) | in go7007_motion_regions()
432 ((motion[2] > 0) << 2) | in go7007_motion_regions()
433 ((motion[3] > 0) << 3); in go7007_motion_regions()
/openbmc/linux/Documentation/admin-guide/media/
H A Dimx.rst29 (without motion compensation which requires the VDIC).
57 support for different motion compensation modes (low, medium, and high
96 motion compensation modes: low, medium, and high motion. Pipelines are
199 will carry out motion-compensated de-interlace using "high motion" mode
277 The VDIC carries out motion compensated de-interlacing, with three
278 motion compensation modes: low, medium, and high motion. The mode is
283 link the VDIC can only operate in high motion mode.
324 de-interlace without motion compensation, and pixel reordering.
340 interweaving without motion compensation. However, note that if the
344 motion compensation) and therefore the field type output from
[all …]
H A Drcar-fdp1.rst23 in the presence of fast motion and 2D deinterlacing with diagonal
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxvmc_1.0.14.bb4 hardware rendered motion compensation support."
/openbmc/phosphor-webui/app/common/styles/base/
H A Dvariables.scss8 // https://www.carbondesignsystem.com/guidelines/motion/basics/#easing
/openbmc/qemu/include/hw/xen/interface/io/
H A Dkbdif.h488 struct xenkbd_motion motion; member
/openbmc/linux/include/xen/interface/io/
H A Dkbdif.h484 struct xenkbd_motion motion; member
/openbmc/webui-vue/docs/guide/
H A Dreadme.md37 community agreed-upon decisions on color, motion, and typography within the

123