Searched refs:fbuf_out_flags (Results 1 - 3 of 3) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-kthread-cap.c90 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_CHROMAKEY) &&
93 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY) &&
97 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_GLOBAL_ALPHA) &&
100 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_ALPHA) &&
103 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_INV_ALPHA) &&
248 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags;
H A Dvivid-core.h342 unsigned fbuf_out_flags; member in struct:vivid_dev
H A Dvivid-vid-out.c944 a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->fbuf_out_flags;
982 dev->fbuf_out_flags &= ~(chroma_flags | alpha_flags);
983 dev->fbuf_out_flags = a->flags & (chroma_flags | alpha_flags);

Completed in 86 milliseconds