Home
last modified time | relevance | path

Searched refs:VIDIOC_REQBUFS (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Ddmabuf.rst25 determined by calling the :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`
37 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>` with the desired buffer type.
52 if (ioctl(fd, VIDIOC_REQBUFS, &reqbuf) == -1) {
56 perror("VIDIOC_REQBUFS");
126 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`, or when the device is closed.
158 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`, :ref:`VIDIOC_QBUF <VIDIOC_QBUF>`,
Dvidioc-reqbufs.rst6 ioctl VIDIOC_REQBUFS
12 VIDIOC_REQBUFS - Initiate Memory Mapping, User Pointer I/O or DMA buffer I/O
18 .. c:function:: int ioctl( int fd, VIDIOC_REQBUFS, struct v4l2_requestbuffers *argp )
19 :name: VIDIOC_REQBUFS
61 Applications can call :ref:`VIDIOC_REQBUFS` again to change the number of
Duserp.rst14 must be determined by calling the :ref:`VIDIOC_REQBUFS` ioctl
24 :ref:`VIDIOC_REQBUFS` with the desired buffer type.
40 if (ioctl (fd, VIDIOC_REQBUFS, &reqbuf) == -1) {
44 perror ("VIDIOC_REQBUFS");
64 :ref:`VIDIOC_REQBUFS`, or when the device is closed.
101 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`, :ref:`VIDIOC_QBUF <VIDIOC_QBUF>`,
Dmmap.rst14 supported applications must call the :ref:`VIDIOC_REQBUFS` ioctl
32 :ref:`VIDIOC_REQBUFS` ioctl with the desired number
72 if (-1 == ioctl (fd, VIDIOC_REQBUFS, &reqbuf)) {
76 perror("VIDIOC_REQBUFS");
146 if (ioctl(fd, VIDIOC_REQBUFS, &reqbuf) < 0) {
150 perror("VIDIOC_REQBUFS");
258 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`, :ref:`VIDIOC_QUERYBUF
Dio.rst19 :ref:`VIDIOC_REQBUFS` ioctl. The asynchronous I/O
34 :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` and :ref:`VIDIOC_REQBUFS` would permit this to some
Dvidioc-expbuf.rst39 :ref:`VIDIOC_REQBUFS` ioctl.
47 :ref:`VIDIOC_REQBUFS` (struct
138 :ref:`VIDIOC_REQBUFS` and/or
Dplanar-apis.rst60 :ref:`VIDIOC_REQBUFS <VIDIOC_REQBUFS>`
Dvidioc-querybuf.rst37 been allocated with the :ref:`VIDIOC_REQBUFS` ioctl.
45 :ref:`VIDIOC_REQBUFS` (struct
Dvidioc-streamon.rst60 :ref:`VIDIOC_REQBUFS` and can be restarted
67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
Dvidioc-qbuf.rst48 :ref:`VIDIOC_REQBUFS` (struct
82 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the
98 :ref:`VIDIOC_REQBUFS` ioctl is called, or until the
Dcapture.c.rst333 if (-1 == xioctl(fd, VIDIOC_REQBUFS, &req)) {
339 errno_exit("VIDIOC_REQBUFS");
391 if (-1 == xioctl(fd, VIDIOC_REQBUFS, &req)) {
397 errno_exit("VIDIOC_REQBUFS");
Dfunc-mmap.rst111 allocated with the :ref:`VIDIOC_REQBUFS` ioctl
137 :ref:`VIDIOC_REQBUFS` ioctl.
Dbuffer.rst84 and free all buffers with the :c:func:`VIDIOC_REQBUFS` ioctl if they are
91 #. VIDIOC_REQBUFS(0)
94 #. VIDIOC_REQBUFS(n)
98 The second :c:func:`VIDIOC_REQBUFS` call will take the new format and control
176 allocated with the :ref:`VIDIOC_REQBUFS` ioctl
298 :ref:`VIDIOC_REQBUFS` and/or
349 :ref:`VIDIOC_REQBUFS` and/or
Dv4l2grab.c.rst94 xioctl(fd, VIDIOC_REQBUFS, &req);
Dvidioc-create-bufs.rst38 :ref:`VIDIOC_REQBUFS` ioctl, when a tighter control
Dformat.rst55 with the :ref:`VIDIOC_REQBUFS` ioctl or implicit
Dopen.rst110 streaming data (by calling the :ref:`VIDIOC_REQBUFS`
Ddiff-v4l.rst546 - The :ref:`VIDIOC_REQBUFS` ioctl allocates the
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dev.c674 SET_VALID_IOCTL(ops, VIDIOC_REQBUFS, vidioc_reqbufs); in determine_valid_ioctls()
Dv4l2-ioctl.c2592 IOCTL_INFO(VIDIOC_REQBUFS, v4l_reqbufs, v4l_print_requestbuffers, INFO_FL_PRIO | INFO_FL_QUEUE),
2689 case VIDIOC_REQBUFS: { in v4l2_ioctl_m2m_queue_is_output()
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-dev.rst71 is used for the queuing ioctls (``VIDIOC_REQBUFS``, ``CREATE_BUFS``,
Dv4l2-videobuf.rst290 So, for example, a VIDIOC_REQBUFS call turns into a call to the driver's
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2323 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers) macro
/Linux-v4.19/Documentation/media/v4l-drivers/
Dvivid.rst881 - Inject VIDIOC_REQBUFS Error: