Home
last modified time | relevance | path

Searched refs:v4l2_window (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/drivers/media/platform/ti/omap/
Domap_voutlib.h19 struct v4l2_rect *crop, struct v4l2_window *win,
24 struct v4l2_window *new_win);
27 struct v4l2_window *win, struct v4l2_framebuffer *fbuf,
28 struct v4l2_window *new_win);
32 struct v4l2_window *win);
Domap_voutlib.c64 struct v4l2_window *new_win) in omap_vout_try_window()
116 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, in omap_vout_new_window()
117 struct v4l2_window *new_win) in omap_vout_new_window()
170 struct v4l2_rect *crop, struct v4l2_window *win, in omap_vout_new_crop()
287 struct v4l2_window *win) in omap_vout_new_format()
Domap_voutdef.h148 struct v4l2_window win;
Domap_vout.c358 struct v4l2_window *win; in omapvid_init()
706 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
726 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_overlay()
772 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_overlay()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst128 format for the struct :c:type:`v4l2_window`
151 field of struct :c:type:`v4l2_window`.
280 ``chromakey`` field of struct :c:type:`v4l2_window`
299 :c:type:`v4l2_window` and negotiated with the
313 :c:type:`v4l2_window` and negotiated with the
317 :c:type:`v4l2_window` is being used.
Ddev-osd.rst117 A struct :c:type:`v4l2_window` defines the size of the
124 struct :c:type:`v4l2_window` substructure named ``win``. It is not
139 the width and height given in struct :c:type:`v4l2_window`
Ddev-overlay.rst129 :c:type:`v4l2_window`. It defines the size of the image,
135 struct :c:type:`v4l2_window` substructure named ``win``. It is not
149 height given in struct :c:type:`v4l2_window` and the size
159 .. c:type:: v4l2_window
161 struct v4l2_window
Ddiff-v4l.rst431 :c:type:`v4l2_window`.
436 :c:type:`v4l2_window`. The ``chromakey``, ``clips``, and
450 size bitmap of 1024 × 625 bits. Struct :c:type:`v4l2_window`
479 struct :c:type:`v4l2_window`. These structures are used to
Dvidioc-g-fmt.rst112 * - struct :c:type:`v4l2_window`
Dhist-v4l2.rst421 extended to contain struct v4l2_window. All
554 16. In struct v4l2_window the ``x``, ``y``,
769 1. The ``clips`` field in struct v4l2_window
876 A new ``global_alpha`` field was added to struct v4l2_window,
878 applications using a struct v4l2_window directly. However the
883 3. The format of the ``chromakey`` field in struct v4l2_window changed from
Dv4l2.rst344 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
/linux-6.12.1/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.h65 struct v4l2_window overlay;
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c51 static int get_v4l2_window32(struct v4l2_window *p64, in get_v4l2_window32()
59 *p64 = (struct v4l2_window) { in get_v4l2_window32()
72 static int put_v4l2_window32(struct v4l2_window *p64, in put_v4l2_window32()
Dv4l2-ioctl.c277 const struct v4l2_window *win; in v4l_print_format()
/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-vid-out.c830 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_out_overlay()
849 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_out_overlay()
871 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_out_overlay()
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1303 struct v4l2_window { struct
2487 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
/linux-6.12.1/drivers/media/pci/ivtv/
Divtv-ioctl.c439 struct v4l2_window *winfmt = &fmt->fmt.win; in ivtv_g_fmt_vid_out_overlay()