Lines Matching +full:4 +full:a
9 These formats encode each pixel as a triplet of RGB values. They are packed
12 bits required to store a pixel is not aligned to a byte boundary, the data is
20 or a permutation thereof, collectively referred to as alpha formats) depend on
24 a meaningful value. Otherwise, when the device doesn't capture an alpha channel
25 but can set the alpha bit to a user-configurable value, the
28 the value specified by that control. Otherwise a corresponding format without
34 filled with meaningful values by applications. Otherwise a corresponding format
38 Formats that contain padding bits are named XRGB (or a permutation thereof).
44 - In all the tables that follow, bit 7 is the most significant bit in a byte.
46 respectively. 'a' denotes bits of the alpha component (if supported by the
54 based on the order of the RGB components as seen in a 8-, 16- or 32-bit word,
56 noted by the presence of bit 31 in the 4CC value), and on the number of bits
57 for each component. For instance, the RGB565 format stores a pixel in a 16-bit
58 word [15:0] laid out at as [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1`
59 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3` G\ :sub:`2` G\ :sub:`1`
60 G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1` B\ :sub:`0`], and
61 stored in memory in two bytes, [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1`
62 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3`] followed by [G\ :sub:`2`
63 G\ :sub:`1` G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1`
90 - 4
99 - 4
108 - 4
117 - 4
150 - a\ :sub:`3`
151 - a\ :sub:`2`
152 - a\ :sub:`1`
153 - a\ :sub:`0`
191 - a\ :sub:`3`
192 - a\ :sub:`2`
193 - a\ :sub:`1`
194 - a\ :sub:`0`
242 - a\ :sub:`3`
243 - a\ :sub:`2`
244 - a\ :sub:`1`
245 - a\ :sub:`0`
283 - a\ :sub:`3`
284 - a\ :sub:`2`
285 - a\ :sub:`1`
286 - a\ :sub:`0`
328 - b\ :sub:`4`
334 - a
335 - r\ :sub:`4`
340 - g\ :sub:`4`
351 - b\ :sub:`4`
358 - r\ :sub:`4`
363 - g\ :sub:`4`
373 - b\ :sub:`4`
378 - a
380 - r\ :sub:`4`
385 - g\ :sub:`4`
396 - b\ :sub:`4`
403 - r\ :sub:`4`
408 - g\ :sub:`4`
420 - r\ :sub:`4`
426 - a
427 - b\ :sub:`4`
432 - g\ :sub:`4`
443 - r\ :sub:`4`
450 - b\ :sub:`4`
455 - g\ :sub:`4`
465 - r\ :sub:`4`
470 - a
472 - b\ :sub:`4`
477 - g\ :sub:`4`
488 - r\ :sub:`4`
495 - b\ :sub:`4`
500 - g\ :sub:`4`
512 - b\ :sub:`4`
518 - r\ :sub:`4`
524 - g\ :sub:`4`
532 - a
533 - r\ :sub:`4`
538 - g\ :sub:`4`
544 - b\ :sub:`4`
556 - r\ :sub:`4`
561 - g\ :sub:`4`
567 - b\ :sub:`4`
578 - r\ :sub:`4`
584 - g\ :sub:`4`
590 - b\ :sub:`4`
602 - b\ :sub:`4`
608 - g\ :sub:`4`
615 - r\ :sub:`4`
647 of bits per pixel. For instance, RGB24 format stores a pixel with [R\ :sub:`7`
648 R\ :sub:`6` R\ :sub:`5` R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1`
649 R\ :sub:`0`] in the first byte, [G\ :sub:`7` G\ :sub:`6` G\ :sub:`5` G\ :sub:`4`
651 [B\ :sub:`7` B\ :sub:`6` B\ :sub:`5` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2`
653 nomenclature that instead use the order of components as seen in a 24- or
696 - A\ :sub:`7-0`
711 - A\ :sub:`7-0`
732 - A\ :sub:`7-0`
747 - A\ :sub:`7-0`
771 their alpha bits ``(a)`` is ill-defined and they are interpreted as in either
802 - 4
811 - 4
820 - 4
829 - 4
848 - a\ :sub:`3`
849 - a\ :sub:`2`
850 - a\ :sub:`1`
851 - a\ :sub:`0`
865 - b\ :sub:`4`
871 - a
872 - r\ :sub:`4`
877 - g\ :sub:`4`
885 - a
886 - r\ :sub:`4`
891 - g\ :sub:`4`
897 - b\ :sub:`4`
911 - b\ :sub:`4`
920 - g\ :sub:`4`
929 - r\ :sub:`4`
935 - a\ :sub:`7`
936 - a\ :sub:`6`
937 - a\ :sub:`5`
938 - a\ :sub:`4`
939 - a\ :sub:`3`
940 - a\ :sub:`2`
941 - a\ :sub:`1`
942 - a\ :sub:`0`
948 - a\ :sub:`7`
949 - a\ :sub:`6`
950 - a\ :sub:`5`
951 - a\ :sub:`4`
952 - a\ :sub:`3`
953 - a\ :sub:`2`
954 - a\ :sub:`1`
955 - a\ :sub:`0`
960 - r\ :sub:`4`
969 - g\ :sub:`4`
978 - b\ :sub:`4`
988 A test utility to determine which RGB formats a driver actually supports