Home
last modified time | relevance | path

Searched refs:v4l2_crop (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst20 ``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 Dcrop.rst88 :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 Ddev-osd.rst137 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 Dselection-api-vs-crop-api.rst32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst20 ``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 Dcrop.rst88 :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 Ddev-osd.rst137 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 Dselection-api-vs-crop-api.rst32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst20 ``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 Dcrop.rst88 :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 Ddev-osd.rst137 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 Dselection-api-vs-crop-api.rst32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp91 struct v4l2_crop in_crop; in do_crop()
221 static void printcrop(const struct v4l2_crop &crop) in printcrop()
340 struct v4l2_crop crop; in selection_get()
348 struct v4l2_crop crop; in selection_get()
356 struct v4l2_crop crop; in selection_get()
364 struct v4l2_crop crop; in selection_get()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp91 struct v4l2_crop in_crop; in do_crop()
221 static void printcrop(const struct v4l2_crop &crop) in printcrop()
340 struct v4l2_crop crop; in selection_get()
348 struct v4l2_crop crop; in selection_get()
356 struct v4l2_crop crop; in selection_get()
364 struct v4l2_crop crop; in selection_get()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp91 struct v4l2_crop in_crop; in do_crop()
221 static void printcrop(const struct v4l2_crop &crop) in printcrop()
340 struct v4l2_crop crop; in selection_get()
348 struct v4l2_crop crop; in selection_get()
356 struct v4l2_crop crop; in selection_get()
364 struct v4l2_crop crop; in selection_get()
/dports/devel/indi/indi-1.9.1/libs/webcam/v4l2_decode/
H A Dv4l2_builtin_decoder.h43 virtual bool setcrop(struct v4l2_crop c);
68 struct v4l2_crop crop;
H A Dv4l2_decode.h42 virtual bool setcrop(struct v4l2_crop c) = 0;
/dports/devel/directfb/DirectFB-1.4.17/interfaces/IDirectFBVideoProvider/
H A Dvideodev2.h472 struct v4l2_crop { struct
870 #define VIDIOC_G_CROP _IOWR ('V', 59, struct v4l2_crop)
871 #define VIDIOC_S_CROP _IOW ('V', 60, struct v4l2_crop)
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dvideoio.h295 struct v4l2_crop { struct
734 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
735 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_local_camera.h57 v4l2_crop crop;
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dvideodev2.h357 struct v4l2_crop { struct
934 #define VIDIOC_G_CROP _IOWR ('V', 59, struct v4l2_crop)
935 #define VIDIOC_S_CROP _IOW ('V', 60, struct v4l2_crop)
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dvideodev2.h357 struct v4l2_crop { struct
934 #define VIDIOC_G_CROP _IOWR ('V', 59, struct v4l2_crop)
935 #define VIDIOC_S_CROP _IOW ('V', 60, struct v4l2_crop)
/dports/devel/indi/indi-1.9.1/libs/webcam/
H A Dv4l2_base.h172 struct v4l2_crop crop;
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dvideodev2k.h590 struct v4l2_crop { struct
1362 #define VIDIOC_G_CROP _IOWR ('V', 59, struct v4l2_crop)
1363 #define VIDIOC_S_CROP _IOW ('V', 60, struct v4l2_crop)
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/sys/v4l2/
H A Dgstv4l2sink.c297 struct v4l2_crop crop; in gst_v4l2sink_sync_crop_fields()
299 memset (&crop, 0x00, sizeof (struct v4l2_crop)); in gst_v4l2sink_sync_crop_fields()

12345678