| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-compressed.rst | 40 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 96 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 105 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 185 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM`` 218 :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
|
| H 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
|
| H A D | libv4l-introduction.rst | 102 available in the driver. :ref:`VIDIOC_ENUM_FMT <VIDIOC_ENUM_FMT>`
|
| H A D | dev-meta.rst | 40 to the basic :ref:`format` ioctls, the :c:func:`VIDIOC_ENUM_FMT` ioctl must be
|
| H 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
|
| H A D | pixfmt-v4l2-mplane.rst | 36 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
|
| H A D | dev-sdr.rst | 66 :ref:`VIDIOC_ENUM_FMT` ioctl must be supported as
|
| H A D | format.rst | 77 The :ref:`VIDIOC_ENUM_FMT` ioctl must be supported
|
| H A D | vidioc-enum-frameintervals.rst | 39 :ref:`VIDIOC_ENUM_FMT` and
|
| H A D | vidioc-enum-framesizes.rst | 41 :ref:`VIDIOC_ENUM_FMT` function.
|
| H A D | dev-decoder.rst | 211 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.
|
| H 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`.
|
| H A D | diff-v4l.rst | 126 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if 139 :ref:`VIDIOC_ENUM_FMT` ioctl to determine if
|
| H A D | pixfmt-v4l2.rst | 102 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the
|
| H A D | hist-v4l2.rst | 465 :ref:`VIDIOC_ENUM_FMT` with type ``V4L2_BUF_TYPE_VIDEO_OVERLAY``.
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 607 set_bit(_IOC_NR(VIDIOC_ENUM_FMT), valid_ioctls); in determine_valid_ioctls() 652 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_meta_cap); in determine_valid_ioctls() 658 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_meta_out); in determine_valid_ioctls() 683 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_vid_cap); in determine_valid_ioctls() 696 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_sdr_cap); in determine_valid_ioctls() 702 SET_VALID_IOCTL(ops, VIDIOC_ENUM_FMT, vidioc_enum_fmt_sdr_out); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2810 IOCTL_INFO(VIDIOC_ENUM_FMT, v4l_enum_fmt, v4l_print_fmtdesc, 0),
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/ |
| H A D | 0002-libv4l-mplane-Filter-out-multiplane-formats.patch | 64 + ret = SYS_IOCTL(fd, VIDIOC_ENUM_FMT, &fmtdesc); 276 case VIDIOC_ENUM_FMT:
|
| /OK3568_Linux_fs/buildroot/package/libv4l/ |
| H A D | 0002-libv4l-mplane-Filter-out-multiplane-formats.patch | 64 + ret = SYS_IOCTL(fd, VIDIOC_ENUM_FMT, &fmtdesc); 276 case VIDIOC_ENUM_FMT:
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | Camera.cpp | 206 while (::ioctl(videofd, VIDIOC_ENUM_FMT, &fmt_1) >= 0) { in StartWorkThread()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 480 if (this->io_control (VIDIOC_ENUM_FMT, &format) < 0) { in enum_formats()
|
| /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 D | videodev2.h | 2350 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) 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 D | videodev2.h | 2350 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2490 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2473 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) macro
|