Home
last modified time | relevance | path

Searched refs:VIDIOC_G_CROP (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst7 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP
13 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle
18 .. c:macro:: VIDIOC_G_CROP
20 ``int ioctl(int fd, VIDIOC_G_CROP, struct v4l2_crop *argp)``
40 respective buffer (stream) type and call the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` ioctl
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
64 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_G_FMT`. When the
70 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` returns the ``EINVAL`` error code.
H A Dcrop.rst30 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP
31 <VIDIOC_G_CROP>` ioctls apply to input as well as output devices.
48 support scaling or the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and
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>`
285 if (-1 == ioctl (fd, VIDIOC_G_CROP, &crop)) {
287 perror ("VIDIOC_G_CROP");
H A Ddiff-v4l.rst119 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and
131 - Applications can call the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>`
455 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and
456 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
H A Dhist-v4l2.rst743 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dev.c642 set_bit(_IOC_NR(VIDIOC_G_CROP), valid_ioctls); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2851 IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.cpp562 ret = this->io_control (VIDIOC_G_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 Dvideodev2.h2391 #define VIDIOC_G_CROP _IOWR('V', 59, 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 Dvideodev2.h2391 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2531 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2514 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) macro
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-common.c2887 v4l2_disable_ioctl(vfd, VIDIOC_G_CROP); in coda_register_device()