Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/buildroot/package/motion/
H A Dmotion.mk8 MOTION_SITE = $(call github,Motion-Project,motion,release-$(MOTION_VERSION))
57 $(INSTALL) -D -m 0644 $(@D)/data/motion-dist.conf \
58 $(TARGET_DIR)/etc/motion/motion.conf
59 $(INSTALL) -D -m 0755 $(@D)/src/motion $(TARGET_DIR)/usr/bin/motion
63 $(INSTALL) -D -m 0755 package/motion/S99motion \
68 $(INSTALL) -D -m 644 package/motion/motion.service \
69 $(TARGET_DIR)/usr/lib/systemd/system/motion.service
H A DConfig.in2 bool "motion"
10 the picture has changed; in other words, it can detect motion.
14 https://motion-project.github.io
16 comment "motion needs a toolchain w/ threads"
H A Dmotion.hash2 sha256 3fb0d14fff8a8a143716223b5d2d55c0f52b11badf13a2e485b98bae3cf1b572 motion-4.4.0.tar.gz
H A Dmotion.service6 ExecStart=/usr/bin/motion
/OK3568_Linux_fs/kernel/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.rst241 different mode from the regular motion video capture modes. In
245 motion capture.
247 - The driver may support fewer pixel formats than motion capture
259 motion capture.
261 - Moving objects in the image might have excessive motion blur.
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0010-sdl-sdl_gpu-support-screen-rotation.patch37 - last_x = event->motion.x / SDL_ZOOM;
38 - last_y = event->motion.y / SDL_ZOOM;
39 + x = event->motion.x / SDL_ZOOM;
40 + y = event->motion.y / SDL_ZOOM;
44 - last_x = event->motion.x / SDL_ZOOM;
45 - last_y = event->motion.y / SDL_ZOOM;
46 + x = event->motion.x / SDL_ZOOM;
47 + y = event->motion.y / SDL_ZOOM;
/OK3568_Linux_fs/kernel/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
91 If the accumulated motion before the report packet is generated exceeds the
92 +127...-128 range, the motion is broken into multiple packets.
106 The ikbd can translate mouse motion into the equivalent cursor keystrokes.
108 each axis. The ikbd internally maintains mouse motion information to the
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
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-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-cros-ec16 the motion sensor is placed. For example, in a laptop a motion
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c88 MOTIONPROC motion, ENQUEUEPROC enqueue, int minButton, BLOCK block) in usbRead() argument
129 motion(pDev, v, 0, 2, DMX_RELATIVE, block); in usbRead()
134 motion(pDev, v, 0, 2, DMX_RELATIVE, block); in usbRead()
150 motion(pDev, v, axis, 1, DMX_RELATIVE, block); in usbRead()
157 motion(pDev, v, axis, 1, DMX_ABSOLUTE, block); in usbRead()
H A Dusb-mouse.c71 MOTIONPROC motion, in mouUSBRead() argument
74 usbRead(pDev, motion, enqueue, BTN_MISC, block); in mouUSBRead()
H A Dusb-other.c73 MOTIONPROC motion, in othUSBRead() argument
76 usbRead(pDev, motion, enqueue, 0xffff, block); in othUSBRead()
H A Ddmxconsole.c402 DevicePtr pDev, dmxMotionProcPtr motion, in dmxConsoleMoveAbsolute() argument
415 motion(pDev, v, 0, 2, DMX_ABSOLUTE_CONFINED, block); in dmxConsoleMoveAbsolute()
421 DevicePtr pDev, dmxMotionProcPtr motion, in dmxConsoleMoveRelative() argument
431 motion(pDev, v, 0, 2, DMX_RELATIVE, block); in dmxConsoleMoveRelative()
485 dmxMotionProcPtr motion, in dmxConsoleCollectEvents() argument
569 priv->mou, motion, block); in dmxConsoleCollectEvents()
586 priv->mou, motion, block); in dmxConsoleCollectEvents()
602 priv->mou, motion, block); in dmxConsoleCollectEvents()
607 priv->mou, motion, block); in dmxConsoleCollectEvents()
610 priv->mou, motion, block); in dmxConsoleCollectEvents()
H A Dusb-other.h40 dmxMotionProcPtr motion,
H A Dusb-mouse.h40 dmxMotionProcPtr motion,
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A DKconfig13 This driver supports the InvenSense ICM-426xx motion tracking
25 This driver supports the InvenSense ICM-426xx motion tracking
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A DKconfig20 IAM20680 motion tracking devices over I2C.
32 IAM20680 motion tracking devices over SPI.
/OK3568_Linux_fs/kernel/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
58 motion). The deinterlaced output frames from the VDIC can be sent to the
95 - The VDIC subdev supports motion compensated de-interlacing, with three
96 motion compensation modes: low, medium, and high motion. Pipelines are
199 will carry out motion-compensated de-interlace using "high motion" mode
216 interweave without motion compensation, which is activated if the source
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.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-driver.c413 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local
425 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
428 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions()
429 ((motion[1] > 0) << 1) | in go7007_motion_regions()
430 ((motion[2] > 0) << 2) | in go7007_motion_regions()
431 ((motion[3] > 0) << 3); in go7007_motion_regions()
/OK3568_Linux_fs/external/mpp/doc/design/
H A D4.mpp_task.txt10 The typical case is encoder with OSD and motion detection. One task may contain
11 OSD buffer, motion detection buffer, frame buffer and stream buffer as input and
12 output stream buffer and motion detection buffer with data. And this case can
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-vaapi/
H A DConfig.in32 e.g. scaling, deinterlacing (bob, motion-adaptive,
33 motion-compensated), noise reduction or sharpening. This

123456