Searched refs:blend (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 957 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() argument 964 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor() 971 color, ((blend >> 4) & 0x0f)); in OSDSetColor() 984 u32 color, blend, yuv; in OSDSetPalette() local 988 blend = (color & 0xF0000000) >> 4; in OSDSetPalette() 989 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 990 (color >> 16) & 0xFF) | blend : 0; in OSDSetPalette() 1100 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local 1106 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd() 1110 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); in av7110_osd_cmd()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-fbuf.rst | 305 - Use the alpha channel of the framebuffer to clip or blend 306 framebuffer pixels with video images. The blend function is: 311 - Use a global alpha value to blend the framebuffer with video 312 images. The blend function is: output = (framebuffer pixel * alpha 321 framebuffer to clip or blend framebuffer pixels with video images, 322 but with an inverted alpha value. The blend function is: output =
|
D | dev-overlay.rst | 99 blend the framebuffer with the video. 101 5. A global alpha value can be specified to blend the framebuffer 235 The global alpha value used to blend the framebuffer with video
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpbe_osd.c | 296 enum osd_blending_factor blend) in _osd_set_blending_factor() argument 301 blend << OSD_OSDWIN0MD_BLND0_SHIFT, OSD_OSDWIN0MD); in _osd_set_blending_factor() 305 blend << OSD_OSDWIN1MD_BLND1_SHIFT, OSD_OSDWIN1MD); in _osd_set_blending_factor() 1287 osdwin_state->blend); in osd_set_layer_config() 1417 osdwin_state->blend = OSD_8_VID_0; in osd_init_layer() 1418 _osd_set_blending_factor(sd, osdwin, osdwin_state->blend); in osd_init_layer()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 40 crossed below the blend threshold 60 0x11 stblend Stereo blend in %
|
D | cx2341x.rst | 435 Assign the coordinates of the OSD area to blend with video 504 Assign the coordinates of the screen area to blend with video
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe_osd.h | 309 enum osd_blending_factor blend; member
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 696 struct qxl_copy blend; member 725 struct qxl_copy blend; member
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-kthread-cap.c | 252 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; in vivid_copy_buffer() local 365 if (blend) in vivid_copy_buffer()
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpi.h | 1480 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
|
D | hpi_internal.h | 857 u32 blend; member
|
D | hpifunc.c | 2678 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument 2681 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 88 The sysfs interface tries to blend in the generic Linux sysfs subsystems
|