Home
last modified time | relevance | path

Searched refs:VIDIOC_G_FBUF (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-fbuf.rst6 ioctl VIDIOC_G_FBUF, VIDIOC_S_FBUF
12 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
18 .. c:function:: int ioctl( int fd, VIDIOC_G_FBUF, struct v4l2_framebuffer *argp )
19 :name: VIDIOC_G_FBUF
38 Applications can use the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBU…
52 To get the current parameters applications call the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`
61 driver. When an application calls :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` with a pointer to
63 framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` does, or it returns an error
68 substructure, and call :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. Again the driver prepares for
69 the overlay and returns the framebuffer parameters as :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`
[all …]
Ddev-overlay.rst69 :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` and
70 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls are available to get and
71 set these parameters, respectively. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is
82 driver. The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctl is not privileged. An application
83 can check for this type of device by calling the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`
108 (:ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`) may fail with an ``EBUSY`` error
160 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The window can extend the
175 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` applications set this field
185 :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` indicated this capability,
208 :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` indicated this capability,
[all …]
Dpixfmt.rst16 see also :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`.)
Ddev-osd.rst42 the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` ioctl. It returns, amongst
67 if (-1 == ioctl(fd, VIDIOC_G_FBUF, &fbuf)) {
68 perror("VIDIOC_G_FBUF");
Ddiff-v4l.rst424 :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` and
425 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The ``base`` field of struct
Dhist-v4l2.rst924 See the description of the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>`
925 and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls for details.
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c1182 case VIDIOC_G_FBUF32: cmd = VIDIOC_G_FBUF; break; in do_video_ioctl()
1290 case VIDIOC_G_FBUF: in do_video_ioctl()
1389 case VIDIOC_G_FBUF: in do_video_ioctl()
Dv4l2-dev.c613 SET_VALID_IOCTL(ops, VIDIOC_G_FBUF, vidioc_g_fbuf); in determine_valid_ioctls()
Dv4l2-ioctl.c2594 IOCTL_INFO(VIDIOC_G_FBUF, v4l_stub_g_fbuf, v4l_print_framebuffer, 0),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2325 #define VIDIOC_G_FBUF _IOR('V', 10, struct v4l2_framebuffer) macro
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c939 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_G_FBUF); in vivid_create_instance()