Home
last modified time | relevance | path

Searched refs:v4l2_framebuffer (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/media/platform/ti/omap/
H A Domap_voutlib.h16 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop);
20 struct v4l2_framebuffer *fbuf,
23 int omap_vout_try_window(struct v4l2_framebuffer *fbuf,
27 struct v4l2_window *win, struct v4l2_framebuffer *fbuf,
31 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop,
H A Domap_voutlib.c44 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop) in omap_vout_default_crop()
63 int omap_vout_try_window(struct v4l2_framebuffer *fbuf, in omap_vout_try_window()
116 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, in omap_vout_new_window()
171 struct v4l2_framebuffer *fbuf, const struct v4l2_rect *new_crop) in omap_vout_new_crop()
286 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, in omap_vout_new_format()
H A Domap_voutdef.h149 struct v4l2_framebuffer fbuf;
H A Domap_vout.c1119 const struct v4l2_framebuffer *a) in vidioc_s_fbuf()
1191 struct v4l2_framebuffer *a) in vidioc_g_fbuf()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h32 int vivid_vid_out_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a);
33 int vivid_vid_out_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a);
H A Dvivid-vid-out.c898 struct v4l2_framebuffer *a) in vivid_vid_out_g_fbuf()
925 const struct v4l2_framebuffer *a) in vivid_vid_out_s_fbuf()
H A Dvivid-core.c357 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a) in vidioc_g_fbuf()
366 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a) in vidioc_s_fbuf()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst20 ``int ioctl(int fd, VIDIOC_G_FBUF, struct v4l2_framebuffer *argp)``
24 ``int ioctl(int fd, VIDIOC_S_FBUF, const struct v4l2_framebuffer *argp)``
33 Pointer to struct :c:type:`v4l2_framebuffer`.
56 ioctl with a pointer to a struct :c:type:`v4l2_framebuffer`
62 :c:type:`v4l2_framebuffer`. Since the framebuffer is
77 .. c:type:: v4l2_framebuffer
81 .. flat-table:: struct v4l2_framebuffer
H A Ddev-osd.rst44 ``base`` field of struct :c:type:`v4l2_framebuffer`.
63 struct v4l2_framebuffer fbuf;
H A Ddiff-v4l.rst105 :c:type:`v4l2_framebuffer`
111 struct :c:type:`v4l2_framebuffer`
116 of struct :c:type:`v4l2_framebuffer`
421 struct :c:type:`v4l2_framebuffer`. The ``depth``
445 into struct :c:type:`v4l2_framebuffer`, under the new
H A Dvidioc-querycap.rst276 The struct :c:type:`v4l2_framebuffer` lacks an
H A Ddev-overlay.rst185 :c:type:`v4l2_framebuffer` ``fmt.pixelformat``
H A Dhist-v4l2.rst537 14. In struct v4l2_framebuffer the
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h556 struct v4l2_framebuffer *frame;
762 _IOW('v', BASE_VIDIOC_PRIVATE + 17, struct v4l2_framebuffer)
/linux/include/media/
H A Dv4l2-ioctl.h432 struct v4l2_framebuffer *a);
434 const struct v4l2_framebuffer *a);
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.h177 struct v4l2_framebuffer *config);
H A Datomisp_cmd.c3316 atomisp_v4l2_framebuffer_to_css_frame(const struct v4l2_framebuffer *arg, in atomisp_v4l2_framebuffer_to_css_frame()
3367 struct v4l2_framebuffer *arg) in atomisp_fixed_pattern_table()
/linux/drivers/media/pci/bt8xx/
H A Dbttvp.h380 struct v4l2_framebuffer fbuf;
/linux/include/uapi/linux/
H A Dvideodev2.h1259 struct v4l2_framebuffer { struct
2695 #define VIDIOC_G_FBUF _IOR('V', 10, struct v4l2_framebuffer)
2696 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer)
/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c595 static int get_v4l2_framebuffer32(struct v4l2_framebuffer *p64, in get_v4l2_framebuffer32()
607 static int put_v4l2_framebuffer32(struct v4l2_framebuffer *p64, in put_v4l2_framebuffer32()
H A Dv4l2-ioctl.c355 const struct v4l2_framebuffer *p = arg; in v4l_print_framebuffer()
2127 struct v4l2_framebuffer *p = arg; in v4l_s_fbuf()
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1358 static int ivtv_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in ivtv_g_fbuf()
1445 static int ivtv_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in ivtv_s_fbuf()
/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c822 struct v4l2_framebuffer *a) in vidioc_g_fbuf()