Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vid-common.c146 .alpha_mask = 0x8000,
161 .alpha_mask = 0xf000,
169 .alpha_mask = 0x000000ff,
177 .alpha_mask = 0x000000ff,
192 .alpha_mask = 0xff000000,
284 .alpha_mask = 0x00f0,
299 .alpha_mask = 0x00f0,
314 .alpha_mask = 0x00f0,
329 .alpha_mask = 0x00f0,
354 .alpha_mask = 0x8000,
[all …]
Dvivid-kthread-cap.c85 if (dev->fmt_cap->alpha_mask) { in copy_pix()
90 *cap & dev->fmt_cap->alpha_mask) in copy_pix()
93 !(*cap & dev->fmt_cap->alpha_mask)) in copy_pix()
Dvivid-core.h62 u32 alpha_mask; member