Searched refs:VIDIOC_ENUM_FMT (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-enum-fmt.rst | 7 ioctl VIDIOC_ENUM_FMT 13 VIDIOC_ENUM_FMT - Enumerate image formats 18 .. c:macro:: VIDIOC_ENUM_FMT 20 ``int ioctl(int fd, VIDIOC_ENUM_FMT, struct v4l2_fmtdesc *argp)`` 36 the :ref:`VIDIOC_ENUM_FMT` ioctl with a pointer to this structure. Drivers
|
A D | pixfmt-compressed.rst | 46 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 97 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 106 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 197 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 225 :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
|
A D | dev-meta.rst | 40 to the basic :ref:`format` ioctls, the :c:func:`VIDIOC_ENUM_FMT` ioctl must be
|
A D | libv4l-introduction.rst | 102 available in the driver. :ref:`VIDIOC_ENUM_FMT <VIDIOC_ENUM_FMT>`
|
A D | dev-stateless-decoder.rst | 39 calls :c:func:`VIDIOC_ENUM_FMT` on the ``OUTPUT`` queue. 49 :c:func:`VIDIOC_ENUM_FMT` on the ``CAPTURE`` queue. 129 4. *[optional]* Enumerate ``CAPTURE`` formats via :c:func:`VIDIOC_ENUM_FMT` on 143 as the ``OUTPUT`` format, :c:func:`VIDIOC_ENUM_FMT` may return a set of
|
A D | pixfmt-v4l2-mplane.rst | 36 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
|
A D | dev-sdr.rst | 66 :ref:`VIDIOC_ENUM_FMT` ioctl must be supported as
|
A D | vidioc-enum-framesizes.rst | 41 :ref:`VIDIOC_ENUM_FMT` function.
|
A D | format.rst | 77 The :ref:`VIDIOC_ENUM_FMT` ioctl must be supported
|
A D | vidioc-enum-frameintervals.rst | 39 :ref:`VIDIOC_ENUM_FMT` and
|
A D | dev-decoder.rst | 218 client may call :c:func:`VIDIOC_ENUM_FMT` on ``OUTPUT``. 228 :c:func:`VIDIOC_ENUM_FMT` on ``CAPTURE``. 491 3. **Optional.** Enumerate ``CAPTURE`` formats via :c:func:`VIDIOC_ENUM_FMT` on 508 :c:func:`VIDIOC_ENUM_FMT` may return a set of YUV and RGB pixel formats, 514 the stream into a lower resolution and :c:func:`VIDIOC_ENUM_FMT` 923 :c:func:`VIDIOC_ENUM_FMT` is called.
|
A D | dev-encoder.rst | 88 client may call :c:func:`VIDIOC_ENUM_FMT` on ``CAPTURE``. 94 :c:func:`VIDIOC_ENUM_FMT` on ``OUTPUT``. 182 source) for the selected coded format via :c:func:`VIDIOC_ENUM_FMT`.
|
A D | diff-v4l.rst | 130 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if 143 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if
|
A D | pixfmt-v4l2.rst | 102 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
|
A D | hist-v4l2.rst | 465 :ref:`VIDIOC_ENUM_FMT` with type ``V4L2_BUF_TYPE_VIDEO_OVERLAY``.
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | v4l2-dev.c | 610 __set_bit(_IOC_NR(VIDIOC_ENUM_FMT), valid_ioctls); in determine_valid_ioctls() 655 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_meta_cap); in determine_valid_ioctls() 661 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_meta_out); in determine_valid_ioctls() 686 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_vid_cap); in determine_valid_ioctls() 699 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_sdr_cap); in determine_valid_ioctls() 705 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_sdr_out); in determine_valid_ioctls()
|
A D | v4l2-ioctl.c | 2824 IOCTL_INFO(VIDIOC_ENUM_FMT, v4l_enum_fmt, v4l_print_fmtdesc, 0),
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | videodev2.h | 2598 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) macro
|
Completed in 32 milliseconds