Searched refs:VIDIOC_S_CROP (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-crop.rst | 7 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP 13 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle 22 .. c:macro:: VIDIOC_S_CROP 24 ``int ioctl(int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp)`` 46 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer 62 image parameters. :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` is a write-only ioctl, it does not 70 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` returns the ``EINVAL`` error code.
|
| H A D | crop.rst | 30 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP 49 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctls. Their size (and position 90 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` 186 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop) 188 perror ("VIDIOC_S_CROP"); 254 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop) 256 perror ("VIDIOC_S_CROP");
|
| H A D | capture.c.rst | 474 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) {
|
| H A D | diff-v4l.rst | 119 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and 456 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
|
| H A D | hist-v4l2.rst | 743 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 163 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) in deviceInit()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 646 set_bit(_IOC_NR(VIDIOC_S_CROP), valid_ioctls); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2852 IOCTL_INFO(VIDIOC_S_CROP, v4l_s_crop, v4l_print_crop, INFO_FL_PRIO),
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.cpp | 588 ret = this->io_control (VIDIOC_S_CROP, &crop); in prepare()
|
| /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 | 2392 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) 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 | 2392 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | videodev2.h.rst.exceptions | 557 replace ioctl VIDIOC_S_CROP vidioc_g_crop
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2532 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2515 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-common.c | 2888 v4l2_disable_ioctl(vfd, VIDIOC_S_CROP); in coda_register_device()
|