| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-crop.rst | 20 ``int ioctl(int fd, VIDIOC_G_CROP, struct v4l2_crop *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp)`` 33 Pointer to struct :c:type:`v4l2_crop`. 39 ``type`` field of a struct :c:type:`v4l2_crop` structure to the 46 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer 72 .. c:type:: v4l2_crop 76 .. flat-table:: struct v4l2_crop 95 this API was messed up with regards to how the :c:type:`v4l2_crop` ``type`` field
|
| H A D | crop.rst | 88 :c:type:`v4l2_crop` using the same coordinate system as 115 struct :c:type:`v4l2_crop` rectangle may have to be aligned, 118 struct :c:type:`v4l2_crop` may be smaller than the struct 170 struct v4l2_crop crop; 229 struct v4l2_crop crop; 268 struct v4l2_crop crop;
|
| H A D | dev-osd.rst | 137 A struct :c:type:`v4l2_crop` defines the size and position 140 and struct :c:type:`v4l2_crop`. The cropping API applies to
|
| H A D | selection-api-vs-crop-api.rst | 32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
|
| H A D | capture.c.rst | 423 struct v4l2_crop crop;
|
| H A D | diff-v4l.rst | 457 :c:type:`v4l2_crop`, and the related 463 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
|
| H A D | hist-v4l2.rst | 563 struct v4l2_cropcap and struct v4l2_crop
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.h | 105 XCamReturn get_crop (struct v4l2_crop &crop); 106 XCamReturn set_crop (struct v4l2_crop &crop);
|
| H A D | v4l2_device.cpp | 558 V4l2Device::get_crop (struct v4l2_crop &crop) in prepare() 584 V4l2Device::set_crop (struct v4l2_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 | 1119 struct v4l2_crop { struct 2391 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2392 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
| /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 | 1119 struct v4l2_crop { struct 2391 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2392 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 113 struct v4l2_crop crop; in deviceInit()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1233 struct v4l2_crop { struct 2531 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2532 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1232 struct v4l2_crop { struct 2514 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2515 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/ |
| H A D | media_enquiry.cpp | 46 struct v4l2_crop crop; in get_video_fmt_info() 537 struct v4l2_crop crop; in pipelin_dev_info_print_two()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 639 const struct v4l2_crop *p = arg; in v4l_print_crop() 2413 struct v4l2_crop *p = arg; in v4l_g_crop() 2443 struct v4l2_crop *p = arg; in v4l_s_crop() 2851 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/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 4865 struct v4l2_crop crop; in setSensorCrop() 4886 struct v4l2_crop crop; in getSensorCrop()
|