Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap/
H A 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);
H A 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()
H A Domap_voutdef.h148 struct v4l2_window win;
H A 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/Documentation/userspace-api/media/v4l/
H A 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.
H A 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`
H A 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
H A 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
H A Dvidioc-g-fmt.rst112 * - struct :c:type:`v4l2_window`
H A 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
H A Dv4l2.rst344 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h65 struct v4l2_window overlay;
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c829 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_out_overlay()
848 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_out_overlay()
870 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_out_overlay()
/linux/include/uapi/linux/
H A Dvideodev2.h1330 struct v4l2_window { struct
2519 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
1331 wv4l2_window global() argument
1332 fieldv4l2_window global() argument
1333 chromakeyv4l2_window global() argument
1334 clipsv4l2_window global() argument
1335 clipcountv4l2_window global() argument
1336 bitmapv4l2_window global() argument
1337 global_alphav4l2_window global() argument
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c439 struct v4l2_window *winfmt = &fmt->fmt.win; in ivtv_g_fmt_vid_out_overlay()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c277 const struct v4l2_window *win; in v4l_print_format()