Searched refs:blend (Results  1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/media/pci/ttpci/ | 
| D | av7110_hw.c | 964 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend)  in OSDSetColor()  argument 971 	yuv = blend ? RGB2YUV(r,g,b) : 0;  in OSDSetColor() 978 				color, ((blend >> 4) & 0x0f));  in OSDSetColor() 991 		u32 color, blend, yuv;  in OSDSetPalette()  local 995 		blend = (color & 0xF0000000) >> 4;  in OSDSetPalette() 996 		yuv = blend ? RGB2YUV(color & 0xFF, (color >> 8) & 0xFF,  in OSDSetPalette() 997 				     (color >> 16) & 0xFF) | blend : 0;  in OSDSetPalette() 1107 			u8 r, g = 0, b = 0, blend = 0;  in av7110_osd_cmd()  local 1113 				    get_user(blend, colors + i * 4 + 3)) {  in av7110_osd_cmd() 1117 				ret = OSDSetColor(av7110, dc->color + i, r, g, b, blend);  in av7110_osd_cmd()
  | 
| /linux-4.4.14/drivers/media/platform/davinci/ | 
| D | vpbe_osd.c | 297 				     enum osd_blending_factor blend)  in _osd_set_blending_factor()  argument 302 			  blend << OSD_OSDWIN0MD_BLND0_SHIFT, OSD_OSDWIN0MD);  in _osd_set_blending_factor() 306 			  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-4.4.14/include/media/davinci/ | 
| D | vpbe_osd.h | 313 	enum osd_blending_factor blend;  member
  | 
| /linux-4.4.14/Documentation/video4linux/ | 
| D | si476x.txt | 33   		|  		| crossed below the blend threshold 64   0x11		| stblend	| Stereo blend in %
  | 
| /linux-4.4.14/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-4.4.14/drivers/gpu/drm/qxl/ | 
| D | qxl_dev.h | 696 		struct qxl_copy blend;  member 725 		struct qxl_copy blend;  member
  | 
| /linux-4.4.14/drivers/media/platform/vivid/ | 
| D | vivid-kthread-cap.c | 263 	bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags;  in vivid_copy_buffer()  local 376 			if (blend)  in vivid_copy_buffer()
  | 
| /linux-4.4.14/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 | 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-4.4.14/Documentation/laptops/ | 
| D | thinkpad-acpi.txt | 88 The sysfs interface tries to blend in the generic Linux sysfs subsystems
  |