Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/ti/omap/
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);
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()
A Domap_voutdef.h148 struct v4l2_window win;
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-6.3-rc2/Documentation/userspace-api/media/v4l/
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`
A Dvidioc-g-fbuf.rst134 format for the struct :c:type:`v4l2_window`
158 field of struct :c:type:`v4l2_window`.
293 ``chromakey`` field of struct :c:type:`v4l2_window`
312 :c:type:`v4l2_window` and negotiated with the
326 :c:type:`v4l2_window` and negotiated with the
330 :c:type:`v4l2_window` is being used.
A Ddev-overlay.rst126 :c:type:`v4l2_window`. It defines the size of the image,
132 struct :c:type:`v4l2_window` substructure named ``win``. It is not
146 height given in struct :c:type:`v4l2_window` and the size
156 .. c:type:: v4l2_window
158 struct v4l2_window
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
A Dvidioc-g-fmt.rst112 * - struct :c:type:`v4l2_window`
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
A Dv4l2.rst349 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
/linux-6.3-rc2/drivers/staging/vc04_services/bcm2835-camera/
A Dbcm2835-camera.h65 struct v4l2_window overlay;
/linux-6.3-rc2/include/media/drv-intf/
A Dsaa7146_vv.h81 struct v4l2_window win;
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-compat-ioctl32.c56 static int get_v4l2_window32(struct v4l2_window *p64, in get_v4l2_window32()
64 *p64 = (struct v4l2_window) { in get_v4l2_window32()
82 static int put_v4l2_window32(struct v4l2_window *p64, in put_v4l2_window32()
A Dv4l2-ioctl.c277 const struct v4l2_window *win; in v4l_print_format()
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-vid-out.c838 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_out_overlay()
871 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_out_overlay()
927 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_out_overlay()
A Dvivid-vid-cap.c1110 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_overlay()
1142 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
1198 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_overlay()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h1247 struct v4l2_window { struct
2411 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
/linux-6.3-rc2/drivers/media/pci/saa7134/
A Dsaa7134.h597 struct v4l2_window win;
A Dsaa7134-video.c656 static int verify_preview(struct saa7134_dev *dev, struct v4l2_window *win, bool try) in verify_preview()
/linux-6.3-rc2/drivers/media/common/saa7146/
A Dsaa7146_video.c681 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-ioctl.c439 struct v4l2_window *winfmt = &fmt->fmt.win; in ivtv_g_fmt_vid_out_overlay()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-driver.c2056 verify_window_lock(struct bttv_fh *fh, struct v4l2_window *win, in verify_window_lock()
2120 struct v4l2_window *win, int fixup) in setup_window_lock()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dvivid.rst1286 supported for multiplanar formats. It also honors the struct v4l2_window field

Completed in 90 milliseconds