Lines Matching +full:video +full:- +full:mode
1 .. SPDX-License-Identifier: GPL-2.0
5 NPCM video driver
8 This driver is used to control the Video Capture/Differentiation (VCD) engine
10 capture a frame from digital video input and compare two frames in memory, and
13 Driver-specific Controls
14 ------------------------
21 - COMPLETE mode:
25 - DIFF mode:
30 Application can use ``V4L2_CID_NPCM_CAPTURE_MODE`` control to set the VCD mode
33 - ``V4L2_NPCM_CAPTURE_MODE_COMPLETE``: will set VCD to COMPLETE mode.
34 - ``V4L2_NPCM_CAPTURE_MODE_DIFF``: will set VCD to DIFF mode.
40 will compress the data into HEXTILE rectangles and store them in V4L2 video
44 (RFC 6143, https://www.rfc-editor.org/rfc/rfc6143.html#section-7.6.1)
46 +--------------+--------------+-------------------+
48 +--------------+--------------+-------------------+
49 | 2 | U16 | x-position |
50 | 2 | U16 | y-position |
53 | 4 | S32 | encoding-type (5) |
54 +--------------+--------------+-------------------+
56 +-------------------------------------------------+
58 Application can get the video buffer through VIDIOC_DQBUF, and followed by
63 ----------
64 include/uapi/linux/npcm-video.h