Searched refs:v4l2_window (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/media/platform/ti/omap/ |
D | omap_voutlib.h | 19 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);
|
D | omap_voutlib.c | 64 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()
|
D | omap_voutdef.h | 148 struct v4l2_window win;
|
D | omap_vout.c | 358 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/ |
D | vidioc-g-fbuf.rst | 128 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.
|
D | dev-osd.rst | 117 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`
|
D | dev-overlay.rst | 129 :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
|
D | diff-v4l.rst | 431 :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
|
D | vidioc-g-fmt.rst | 112 * - struct :c:type:`v4l2_window`
|
D | hist-v4l2.rst | 421 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
|
D | v4l2.rst | 344 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
|
/linux-6.12.1/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.h | 65 struct v4l2_window overlay;
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 51 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()
|
D | v4l2-ioctl.c | 277 const struct v4l2_window *win; in v4l_print_format()
|
/linux-6.12.1/drivers/media/test-drivers/vivid/ |
D | vivid-vid-out.c | 830 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/ |
D | videodev2.h | 1303 struct v4l2_window { struct 2487 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
|
/linux-6.12.1/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 439 struct v4l2_window *winfmt = &fmt->fmt.win; in ivtv_g_fmt_vid_out_overlay()
|