Home
last modified time | relevance | path

Searched refs:fbuf_out_flags (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c60 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_CHROMAKEY) && in copy_pix()
63 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY) && in copy_pix()
67 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_GLOBAL_ALPHA) && in copy_pix()
70 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_ALPHA) && in copy_pix()
73 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_INV_ALPHA) && in copy_pix()
234 bool blend = out_dev->fbuf_out_flags; in vivid_copy_buffer()
H A Dvivid-core.h479 unsigned fbuf_out_flags; member