Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c81 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_CHROMAKEY) && in copy_pix()
84 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY) && in copy_pix()
88 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_GLOBAL_ALPHA) && in copy_pix()
91 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_ALPHA) && in copy_pix()
94 if ((dev->fbuf_out_flags & V4L2_FBUF_FLAG_LOCAL_INV_ALPHA) && in copy_pix()
254 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; in vivid_copy_buffer()
Dvivid-vid-out.c985 a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->fbuf_out_flags; in vivid_vid_out_g_fbuf()
1023 dev->fbuf_out_flags &= ~(chroma_flags | alpha_flags); in vivid_vid_out_s_fbuf()
1024 dev->fbuf_out_flags |= a->flags & (chroma_flags | alpha_flags); in vivid_vid_out_s_fbuf()
Dvivid-core.h387 unsigned fbuf_out_flags; member