Home
last modified time | relevance | path

Searched refs:VIDIOC_ENUM_FMT (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-enum-fmt.rst13 ioctl VIDIOC_ENUM_FMT
19 VIDIOC_ENUM_FMT - Enumerate image formats
25 .. c:function:: int ioctl( int fd, VIDIOC_ENUM_FMT, struct v4l2_fmtdesc *argp )
26 :name: VIDIOC_ENUM_FMT
44 the :ref:`VIDIOC_ENUM_FMT` ioctl with a pointer to this structure. Drivers
Dpixfmt-compressed.rst47 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
99 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
108 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
188 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
198 :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
Dlibv4l-introduction.rst111 available in the driver. :ref:`VIDIOC_ENUM_FMT <VIDIOC_ENUM_FMT>`
Ddev-meta.rst47 to the basic :ref:`format` ioctls, the :c:func:`VIDIOC_ENUM_FMT` ioctl must be
Ddev-sdr.rst73 :ref:`VIDIOC_ENUM_FMT` ioctl must be supported as
Dpixfmt-v4l2-mplane.rst43 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
Dformat.rst85 The :ref:`VIDIOC_ENUM_FMT` ioctl must be supported
Dvidioc-enum-frameintervals.rst47 :ref:`VIDIOC_ENUM_FMT` and
Dvidioc-enum-framesizes.rst49 :ref:`VIDIOC_ENUM_FMT` function.
Ddev-decoder.rst211 client may call :c:func:`VIDIOC_ENUM_FMT` on ``OUTPUT``.
221 :c:func:`VIDIOC_ENUM_FMT` on ``CAPTURE``.
484 3. **Optional.** Enumerate ``CAPTURE`` formats via :c:func:`VIDIOC_ENUM_FMT` on
501 :c:func:`VIDIOC_ENUM_FMT` may return a set of YUV and RGB pixel formats,
507 the stream into a lower resolution and :c:func:`VIDIOC_ENUM_FMT`
899 :c:func:`VIDIOC_ENUM_FMT` is called.
Dpixfmt-v4l2.rst104 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
Ddiff-v4l.rst136 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if
149 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if
Dhist-v4l2.rst492 :ref:`VIDIOC_ENUM_FMT` with type
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-dev.c596 set_bit(_IOC_NR(VIDIOC_ENUM_FMT), valid_ioctls); in determine_valid_ioctls()
665 set_bit(_IOC_NR(VIDIOC_ENUM_FMT), valid_ioctls); in determine_valid_ioctls()
675 set_bit(_IOC_NR(VIDIOC_ENUM_FMT), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c2691 IOCTL_INFO(VIDIOC_ENUM_FMT, v4l_enum_fmt, v4l_print_fmtdesc, INFO_FL_CLEAR(v4l2_fmtdesc, type)),
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2413 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) macro