Home
last modified time | relevance | path

Searched refs:V4L2_FBUF_FLAG_OVERLAY (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-fbuf.rst278 * - ``V4L2_FBUF_FLAG_OVERLAY``
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-ioctl.c1441 fb->flags |= V4L2_FBUF_FLAG_OVERLAY; in ivtv_g_fbuf()
1483 yi->track_osd = (fb->flags & V4L2_FBUF_FLAG_OVERLAY) != 0; in ivtv_s_fbuf()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1039 #define V4L2_FBUF_FLAG_OVERLAY 0x0002 macro
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-out.c965 a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->fbuf_out_flags; in vivid_vid_out_g_fbuf()
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions204 replace define V4L2_FBUF_FLAG_OVERLAY framebuffer-flags
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c820 a->flags = V4L2_FBUF_FLAG_OVERLAY; in vidioc_g_fbuf()
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-driver.c2646 if (fb->flags & V4L2_FBUF_FLAG_OVERLAY) { in bttv_s_fbuf()
2672 if (fb->flags & V4L2_FBUF_FLAG_OVERLAY) { in bttv_s_fbuf()
/Linux-v4.19/drivers/media/platform/omap/
Domap_vout.c1755 a->flags = V4L2_FBUF_FLAG_OVERLAY; in vidioc_g_fbuf()