/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-image-source.rst | 36 Analogue gain is gain affecting all colour components in the pixel 41 Test pattern red colour component. 44 Test pattern green (next to red) colour component. 47 Test pattern blue colour component. 50 Test pattern green (next to blue) colour component. 78 colour channels by subsequent processing (such as by an ISP). The 89 with, for example, non-Bayer CFAs (colour filter arrays).
|
D | pixfmt-srggb10dpcm8.rst | 25 colour compressed to 8 bits each, using DPCM compression. DPCM, 26 differential pulse-code modulation, is lossy. Each colour component
|
D | pixfmt-srggb12.rst | 24 colour. Each colour component is stored in a 16-bit word, with 4 unused
|
D | biblio.rst | 223 … Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB" 233 … Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB" 243 …rement and management - Part 2-4: Colour management - Extended-gamut YCC colour space for video ap… 253 …olour measurement and management - Part 2-5: Colour management - Optional RGB colour space - opRGB"
|
D | fourcc.rst | 8 the pixel format, compression and colour space. The interpretation of the
|
D | pixfmt-srggb14.rst | 23 colour. Each sample is stored in a 16-bit word, with two unused high
|
D | pixfmt-srggb12p.rst | 21 bits per colour. Every two consecutive samples are packed into three
|
D | ext-ctrls-image-process.rst | 53 Digital gain is the value by which all colour components
|
D | pixfmt-srggb14p.rst | 24 bits per colour. Every four consecutive samples are packed into seven
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 41 u32 colour; in nv50_fbcon_fillrect() local 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nv50_fbcon_fillrect() 48 colour = rect->color; in nv50_fbcon_fillrect() 59 PUSH_MTHD(push, NV502D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nv50_fbcon_fillrect()
|
D | nvc0_fbcon.c | 41 u32 colour; in nvc0_fbcon_fillrect() local 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nvc0_fbcon_fillrect() 48 colour = rect->color; in nvc0_fbcon_fillrect() 59 PUSH_MTHD(push, NV902D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nvc0_fbcon_fillrect()
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | cx2341x-devel.rst | 2778 indexed colour palette is much easier to set at just two registers, but again 3082 Decoder output video surround colour. 3084 Contains the colour (in yuv) used to fill the screen when the video is 3089 Decoder video window colour 3090 Contains the colour (in yuv) used to fill the video window when the 3397 osd colour mode 3421 osd colour key 3430 osd colour space 3438 When the bits-per-pixel is set to 8, the colour mode is ignored and 3439 assumed to be 8 bit indexed. For 16 & 32 bits-per-pixel the colour depth [all …]
|
/linux-6.1.9/include/linux/ |
D | slab_def.h | 34 size_t colour; /* cache colouring range */ member
|
/linux-6.1.9/Documentation/images/ |
D | COPYING-logo | 1 This is the full-colour version of the currently unofficial Linux logo
|
/linux-6.1.9/drivers/gpu/drm/arm/ |
D | Kconfig | 21 Enable this option to show in red colour the pixels that the
|
/linux-6.1.9/fs/ext4/ |
D | balloc.c | 909 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local 939 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 942 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 944 return bg_start + colour; in ext4_inode_to_goal_block()
|
/linux-6.1.9/Documentation/devicetree/bindings/leds/ |
D | rohm,bd71828-leds.yaml | 47 LED colour as defined in dt-bindings/leds/common.h
|
/linux-6.1.9/drivers/staging/media/deprecated/meye/ |
D | meye.h | 305 u16 colour; member
|
/linux-6.1.9/Documentation/fb/ |
D | aty128fb.rst | 60 cmode:x chooses PowerMacintosh colour mode <x>. Deprecated.
|
/linux-6.1.9/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 30 InsKeyPad-period say colour attributes of current position.
|
/linux-6.1.9/Documentation/devicetree/bindings/display/ |
D | arm,malidp.yaml | 68 Number of output lines/bits for each colour channel.
|
/linux-6.1.9/drivers/media/platform/renesas/ |
D | Kconfig | 71 providing colour space conversion, and de-interlacing features.
|
/linux-6.1.9/fs/ext2/ |
D | inode.c | 300 ext2_fsblk_t colour; in ext2_find_near() local 316 colour = (current->pid % 16) * in ext2_find_near() 318 return bg_start + colour; in ext2_find_near()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 80 image has to contain 256 bytes (64x32 px 1 bit colour).
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1232 def __init__(self, colour): argument 1233 self.colour = colour 1462 colour = self.attrs.region_attributes[last.hregion.key].colour 1466 painter.setPen(colour) 1469 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour) 1780 colour = QColor(255, 255, 0, 32) 1781 painter.fillRect(0, 0, self.width, self.height, colour) 1957 return self.region_attributes[child.key].colour 1963 return self.region_attributes[child.key].colour
|