Searched refs:VIDIOC_SUBDEV_S_FMT (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-g-fmt.rst | 7 ioctl VIDIOC_SUBDEV_G_FMT, VIDIOC_SUBDEV_S_FMT 13 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad 22 .. c:macro:: VIDIOC_SUBDEV_S_FMT 24 ``int ioctl(int fd, VIDIOC_SUBDEV_S_FMT, struct v4l2_subdev_format *argp)`` 50 the ``VIDIOC_SUBDEV_S_FMT`` ioctl with a pointer to this structure the 64 the ``VIDIOC_SUBDEV_S_FMT`` ioctl. They would then either retrieve the 66 or set the desired output pad format with the ``VIDIOC_SUBDEV_S_FMT`` 75 ``VIDIOC_SUBDEV_S_FMT`` are only valid if the ``which`` field is set to 137 fix the problem first. Only returned by ``VIDIOC_SUBDEV_S_FMT`` 145 The ``VIDIOC_SUBDEV_S_FMT`` ioctl has been called on a read-only subdevice
|
| H A D | vidioc-subdev-enum-mbus-code.rst | 95 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` 102 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` 109 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` 116 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` 123 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
|
| H A D | vidioc-subdev-enum-frame-size.rst | 55 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl to try the
|
| H A D | dev-subdev.rst | 127 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls. to 155 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctls operate on 170 :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` ioctl. Drivers 179 to an :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>` call as-is
|
| /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 | v4l2-subdev.h | 162 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
|
| /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 | v4l2-subdev.h | 162 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 186 #define VIDIOC_SUBDEV_S_FMT _IOWR('V', 5, struct v4l2_subdev_format) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/ |
| H A D | v4l2subdev.c | 104 ret = ioctl(entity->fd, VIDIOC_SUBDEV_S_FMT, &fmt); in v4l2_subdev_set_format()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 491 case VIDIOC_SUBDEV_S_FMT: { in subdev_do_ioctl()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 663 ret = this->io_control(VIDIOC_SUBDEV_S_FMT, &aFormat); in prepare()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | ipu3.rst | 350 VIDIOC_SUBDEV_S_FMT on pad 0, using the GDC width and height obtained above.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-subdev.rst | 368 ``VIDIOC_SUBDEV_S_FMT``,
|