Searched refs:colour (Results 1 – 18 of 18) sorted by relevance
9 indexed colour palette is much easier to set at just two registers, but again311 Decoder output video surround colour.313 Contains the colour (in yuv) used to fill the screen when the video is318 Decoder video window colour319 Contains the colour (in yuv) used to fill the video window when the626 osd colour mode650 osd colour key659 osd colour space667 When the bits-per-pixel is set to 8, the colour mode is ignored and668 assumed to be 8 bit indexed. For 16 & 32 bits-per-pixel the colour depth[all …]
31 bool "16-colour Blackfin Processor Linux logo"36 bool "224-colour Blackfin Processor Linux logo"
32 size_t colour; /* cache colouring range */ member
1 This is the full-colour version of the currently unofficial Linux logo
293 - full colour GIF image of Linux logo (penguin - Tux).
6 the pixel format, compression and colour space. The interpretation of the
844 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local874 colour = (current->pid % 16) * in ext4_inode_to_goal_block()877 colour = (current->pid % 16) * ((last_block - bg_start) / 16); in ext4_inode_to_goal_block()878 return bg_start + colour; in ext4_inode_to_goal_block()
49 "devicename:colour:function"51 There have been calls for LED properties such as colour to be exported as
318 u16 colour; member
1088 meye.colour = ctrl->val << 10; in meye_s_ctrl()
14 and colour models.
58 cmode:x - chooses PowerMacintosh colour mode <x>. Deprecated.
30 InsKeyPad-period say colour attributes of current position.
44 number of bits per colour component.
76 image has to contain 256 bytes (64x32 px 1 bit colour).
296 ext2_fsblk_t colour; in ext2_find_near() local312 colour = (current->pid % 16) * in ext2_find_near()314 return bg_start + colour; in ext2_find_near()
472 ext3_grpblk_t colour; in ext3_find_near() local489 colour = (current->pid % 16) * in ext3_find_near()491 return bg_start + colour; in ext3_find_near()
2264 cachep->colour = left_over / cachep->colour_off; in __kmem_cache_create()2628 if (n->colour_next >= cachep->colour) in cache_grow()