Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A 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 …]
H A Dvivid-kthread-cap.c86 if (dev->fmt_cap->alpha_mask) { in copy_pix()
91 *cap & dev->fmt_cap->alpha_mask) in copy_pix()
94 !(*cap & dev->fmt_cap->alpha_mask)) in copy_pix()
H A Dvivid-core.h62 u32 alpha_mask; member
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c57 static uint32_t alpha_mask = 0xff000000; variable
148 uint8_t alpha_current = (uint8_t)((alpha_mask & gr_current) >> 24); in text_blend()
169 if (!font || !font->texture || (gr_current & alpha_mask) == 0) return; in gr_text()
270 uint8_t alpha = (uint8_t)(((gr_current & alpha_mask) >> 24)); in gr_fill()
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Dmali_fbdev_types.h70 int alpha_mask; member
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1746 guint32 alpha_mask; in gst_x_image_sink_xcontext_get() local
1805 alpha_mask = ~(xcontext->visual->red_mask in gst_x_image_sink_xcontext_get()
1808 alpha_mask = 0; in gst_x_image_sink_xcontext_get()
1814 xcontext->visual->blue_mask, alpha_mask); in gst_x_image_sink_xcontext_get()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46856 pfi.data->direct.alpha_mask == 0xFF) {