Searched refs:alpha_mask (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 146 .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 …]
|
D | vivid-kthread-cap.c | 85 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()
|
D | vivid-core.h | 62 u32 alpha_mask; member
|