Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/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()
705 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
725 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_overlay()
771 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_overlay()
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-osd.rst124 A struct :c:type:`v4l2_window` defines the size of the
131 struct :c:type:`v4l2_window` substructure named ``win``. It is not
146 the width and height given in struct :c:type:`v4l2_window`
Dvidioc-g-fbuf.rst142 format for the struct :c:type:`v4l2_window`
166 field of struct :c:type:`v4l2_window`.
303 ``chromakey`` field of struct :c:type:`v4l2_window`
322 :c:type:`v4l2_window` and negotiated with the
336 :c:type:`v4l2_window` and negotiated with the
340 :c:type:`v4l2_window` is being used.
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.rst447 :c:type:`v4l2_window`.
452 :c:type:`v4l2_window`. The ``chromakey``, ``clips``, and
466 size bitmap of 1024 × 625 bits. Struct :c:type:`v4l2_window`
496 struct :c:type:`v4l2_window`. These structures are used to
Dhist-v4l2.rst443 extended to contain struct :c:type:`v4l2_window`. All
587 16. In struct :c:type:`v4l2_window` the ``x``, ``y``,
819 1. The ``clips`` field in struct :c:type:`v4l2_window`
935 :c:type:`v4l2_window`, extending the structure. This
937 struct :c:type:`v4l2_window` directly. However the
943 :c:type:`v4l2_window` changed from "host order RGB32"
Dvidioc-g-fmt.rst122 - struct :c:type:`v4l2_window`
Dv4l2.rst354 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.h67 struct v4l2_window overlay;
/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h81 struct v4l2_window win;
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vid-out.c841 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_out_overlay()
876 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_out_overlay()
934 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_out_overlay()
Dvivid-vid-cap.c1066 struct v4l2_window *win = &f->fmt.win; in vidioc_g_fmt_vid_overlay()
1100 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
1158 struct v4l2_window *win = &f->fmt.win; in vidioc_s_fmt_vid_overlay()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c153 static int get_v4l2_window32(struct v4l2_window __user *p64, in get_v4l2_window32()
195 static int put_v4l2_window32(struct v4l2_window __user *p64, in put_v4l2_window32()
Dv4l2-ioctl.c283 const struct v4l2_window *win; in v4l_print_format()
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1133 struct v4l2_window { struct
2235 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134.h596 struct v4l2_window win;
Dsaa7134-video.c656 static int verify_preview(struct saa7134_dev *dev, struct v4l2_window *win, bool try) in verify_preview()
/Linux-v5.4/drivers/media/platform/
Dfsl-viu.c166 struct v4l2_window win;
659 static int verify_preview(struct viu_dev *dev, struct v4l2_window *win) in verify_preview()
/Linux-v5.4/drivers/media/common/saa7146/
Dsaa7146_video.c681 struct v4l2_window *win = &f->fmt.win; in vidioc_try_fmt_vid_overlay()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbttv-driver.c2056 verify_window_lock(struct bttv_fh *fh, struct v4l2_window *win, in verify_window_lock()
2124 struct v4l2_window *win, int fixup) in setup_window_lock()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-ioctl.c444 struct v4l2_window *winfmt = &fmt->fmt.win; in ivtv_g_fmt_vid_out_overlay()
/Linux-v5.4/Documentation/media/v4l-drivers/
Dvivid.rst1206 supported for multiplanar formats. It also honors the struct v4l2_window field