Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt9 indexed colour palette is much easier to set at just two registers, but again
311 Decoder output video surround colour.
313 Contains the colour (in yuv) used to fill the screen when the video is
318 Decoder video window colour
319 Contains the colour (in yuv) used to fill the video window when the
626 osd colour mode
650 osd colour key
659 osd colour space
667 When the bits-per-pixel is set to 8, the colour mode is ignored and
668 assumed to be 8 bit indexed. For 16 & 32 bits-per-pixel the colour depth
[all …]
/linux-4.4.14/drivers/video/logo/
DKconfig31 bool "16-colour Blackfin Processor Linux logo"
36 bool "224-colour Blackfin Processor Linux logo"
/linux-4.4.14/include/linux/
Dslab_def.h32 size_t colour; /* cache colouring range */ member
/linux-4.4.14/Documentation/
Dlogo.txt1 This is the full-colour version of the currently unofficial Linux logo
D00-INDEX293 - full colour GIF image of Linux logo (penguin - Tux).
/linux-4.4.14/Documentation/video4linux/
D4CCs.txt6 the pixel format, compression and colour space. The interpretation of the
/linux-4.4.14/fs/ext4/
Dballoc.c851 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local
881 colour = (current->pid % 16) * in ext4_inode_to_goal_block()
884 colour = (current->pid % 16) * ((last_block - bg_start) / 16); in ext4_inode_to_goal_block()
885 return bg_start + colour; in ext4_inode_to_goal_block()
/linux-4.4.14/Documentation/leds/
Dleds-class.txt46 "devicename:colour:function"
48 There have been calls for LED properties such as colour to be exported as
/linux-4.4.14/drivers/media/pci/meye/
Dmeye.h318 u16 colour; member
Dmeye.c1088 meye.colour = ctrl->val << 10; in meye_s_ctrl()
/linux-4.4.14/drivers/media/i2c/soc_camera/
DKconfig14 and colour models.
/linux-4.4.14/Documentation/fb/
Daty128fb.txt58 cmode:x - chooses PowerMacintosh colour mode <x>. Deprecated.
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments30 InsKeyPad-period say colour attributes of current position.
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_dp.txt44 number of bits per colour component.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-wacom76 image has to contain 256 bytes (64x32 px 1 bit colour).
/linux-4.4.14/fs/ext2/
Dinode.c297 ext2_fsblk_t colour; in ext2_find_near() local
313 colour = (current->pid % 16) * in ext2_find_near()
315 return bg_start + colour; in ext2_find_near()
/linux-4.4.14/mm/
Dslab.c2255 cachep->colour = left_over / cachep->colour_off; in __kmem_cache_create()
2619 if (n->colour_next >= cachep->colour) in cache_grow()