Home
last modified time | relevance | path

Searched refs:V4L2_FBUF_FLAG_SRC_CHROMAKEY (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/omap/
Domap_vout.c1749 if ((a->flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY) && in vidioc_s_fbuf()
1758 if ((a->flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY)) { in vidioc_s_fbuf()
1759 vout->fbuf.flags |= V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1762 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_s_fbuf()
1771 V4L2_FBUF_FLAG_SRC_CHROMAKEY)) in vidioc_s_fbuf()
1826 a->flags |= V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vidioc_g_fbuf()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-cap.c93 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY) && in copy_pix()
Dvivid-vid-out.c991 V4L2_FBUF_FLAG_SRC_CHROMAKEY; in vivid_vid_out_s_fbuf()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h877 #define V4L2_FBUF_FLAG_SRC_CHROMAKEY 0x0040 macro