Home
last modified time | relevance | path

Searched refs:VIDIOC_S_FBUF (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst7 ioctl VIDIOC_G_FBUF, VIDIOC_S_FBUF
13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
22 .. c:macro:: VIDIOC_S_FBUF
24 ``int ioctl(int fd, VIDIOC_S_FBUF, const struct v4l2_framebuffer *argp)``
38 Applications can use the :ref:`VIDIOC_G_FBUF <VIDIOC_G_FBUF>` and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBU…
61 driver. When an application calls :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` with a pointer to
68 substructure, and call :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. Again the driver prepares for
340 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` can only be called by a privileged user to
344 The :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` parameters are unsuitable.
H A Ddev-overlay.rst70 :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
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
238 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`,
H A Ddiff-v4l.rst408 :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>`. The ``base`` field of struct
H A Dhist-v4l2.rst874 and :ref:`VIDIOC_S_FBUF <VIDIOC_G_FBUF>` ioctls for details.
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dev.c631 SET_VALID_IOCTL(ops, VIDIOC_S_FBUF, vidioc_s_fbuf); in determine_valid_ioctls()
H A Dv4l2-compat-ioctl32.c1488 case VIDIOC_S_FBUF32: ncmd = VIDIOC_S_FBUF; break; in do_video_ioctl()
H A Dv4l2-ioctl.c2816 IOCTL_INFO(VIDIOC_S_FBUF, v4l_stub_s_fbuf, v4l_print_framebuffer, INFO_FL_PRIO),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h2356 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h2356 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions562 replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2496 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2479 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer) macro
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1190 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_S_FBUF); in vivid_disable_unused_ioctls()