Searched refs:blend (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/media/dvb/ttpci/ |
D | av7110_hw.c | 949 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor() argument 956 yuv = blend ? RGB2YUV(r,g,b) : 0; in OSDSetColor() 963 color, ((blend >> 4) & 0x0f)); in OSDSetColor() 976 u32 color, blend, yuv; in OSDSetPalette() local 980 blend = (color & 0xF0000000) >> 4; in OSDSetPalette() 981 yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF, in OSDSetPalette() 982 (color >> 16) & 0xFF) | blend : 0; in OSDSetPalette() 1092 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local 1098 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd() 1102 ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend); in av7110_osd_cmd()
|
/linux-3.4.99/drivers/media/video/davinci/ |
D | vpbe_osd.c | 279 enum osd_blending_factor blend) in _osd_set_blending_factor() argument 284 blend << OSD_OSDWIN0MD_BLND0_SHIFT, OSD_OSDWIN0MD); in _osd_set_blending_factor() 288 blend << OSD_OSDWIN1MD_BLND1_SHIFT, OSD_OSDWIN1MD); in _osd_set_blending_factor() 1269 osdwin_state->blend); in osd_set_layer_config() 1399 osdwin_state->blend = OSD_8_VID_0; in osd_init_layer() 1400 _osd_set_blending_factor(sd, osdwin, osdwin_state->blend); in osd_init_layer()
|
/linux-3.4.99/include/media/davinci/ |
D | vpbe_osd.h | 311 enum osd_blending_factor blend; member
|
/linux-3.4.99/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 85 Assign the coordinates of the OSD area to blend with video 117 Assign the coordinates of the screen area to blend with video
|
/linux-3.4.99/sound/pci/asihpi/ |
D | hpi.h | 1472 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend);
|
D | hpi_internal.h | 853 u32 blend; member
|
D | hpifunc.c | 2680 u16 hpi_tuner_set_hd_radio_signal_blend(u32 h_control, const u32 blend) in hpi_tuner_set_hd_radio_signal_blend() argument 2683 blend, 0); in hpi_tuner_set_hd_radio_signal_blend()
|
/linux-3.4.99/Documentation/laptops/ |
D | thinkpad-acpi.txt | 88 The sysfs interface tries to blend in the generic Linux sysfs subsystems
|