Searched refs:VIDIOC_CROPCAP (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | crop.rst | 14 implemented by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` and has no 29 Despite their name, the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>`, 55 API will also support the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` 77 by the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` ioctl. To support a wide 141 reported by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` the application can 175 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) { 176 perror ("VIDIOC_CROPCAP"); 234 if (-1 == ioctl (fd, VIDIOC_CROPCAP;, &cropcap)) { 235 perror ("VIDIOC_CROPCAP"); 277 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) { [all …]
|
| H A D | vidioc-cropcap.rst | 7 ioctl VIDIOC_CROPCAP 13 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities 18 .. c:macro:: VIDIOC_CROPCAP 20 ``int ioctl(int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp)`` 37 type and call the :ref:`VIDIOC_CROPCAP` ioctl with a pointer to this
|
| H A D | capture.c.rst | 470 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) {
|
| H A D | diff-v4l.rst | 458 :ref:`VIDIOC_CROPCAP` ioctl. This is a rather
|
| H A D | hist-v4l2.rst | 681 1. The :ref:`VIDIOC_CROPCAP` ioctl was incorrectly
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 155 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) in deviceInit()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 643 set_bit(_IOC_NR(VIDIOC_CROPCAP), valid_ioctls); in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2850 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
|
| /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 | 2390 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) 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 | 2390 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 2530 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 2513 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-common.c | 2886 v4l2_disable_ioctl(vfd, VIDIOC_CROPCAP); in coda_register_device()
|