Lines Matching +full:8 +full:a

7 AFBC is a proprietary lossless image compression protocol and format.
21 AFBC streams can contain several components - where a component
22 corresponds to a color channel (i.e. R, G, B, X, A, Y, Cb, Cr).
42 * Component 0: R(8)
43 * Component 1: G(8)
44 * Component 2: B(8)
45 * Component 3: A(8)
49 * Component 0: R(8)
50 * Component 1: G(8)
51 * Component 2: B(8)
55 * Component 0: Y(8)
56 * Component 1: Cb(8, 2x1 subsampled)
57 * Component 2: Cr(8, 2x1 subsampled)
65 * Component 0: R(8)
66 * Component 1: G(8)
67 * Component 2: B(8)
68 * Component 3: X(8)
70 Please note, however, that the inclusion of a "wasted" 'X' channel is
72 formats containing 'X' bits. If a fourth component is
75 '1'. If there is no requirement for a fourth component, then a format
96 * Component 0: Y(8)
97 * Component 1: Cb(8, 2x1 subsampled)
98 * Component 2: Cr(8, 2x1 subsampled)
104 * Component 0: Y(8)
108 * Component 0: Cb(8, 2x1 subsampled)
109 * Component 1: Cr(8, 2x1 subsampled)
131 * Component 3: A(2)
134 - 8-bit per component RGB, with 8-bit alpha
136 * Component 0: R(8)
137 * Component 1: G(8)
138 * Component 2: B(8)
139 * Component 3: A(8)
142 - 8-bit per component RGB
144 * Component 0: R(8)
145 * Component 1: G(8)
146 * Component 2: B(8)
161 * Component 3: A(1)
164 - 8-bit per component YCbCr 444, single plane
166 * Component 0: Y(8)
167 * Component 1: Cb(8)
168 * Component 2: Cr(8)
178 - 8-bit per component YCbCr 422, single plane
180 * Component 0: Y(8)
181 * Component 1: Cb(8, 2x1 subsampled)
182 * Component 2: Cr(8, 2x1 subsampled)
185 - 8-bit per component YCbCr 422, two plane
187 * Component 0: Y(8)
189 * Component 0: Cb(8, 2x1 subsampled)
190 * Component 1: Cr(8, 2x1 subsampled)
208 - 8-bit per component YCbCr 420, single plane
210 * Component 0: Y(8)
211 * Component 1: Cb(8, 2x2 subsampled)
212 * Component 2: Cr(8, 2x2 subsampled)
222 - 8-bit per component YCbCr 420, two plane
224 * Component 0: Y(8)
226 * Component 0: Cb(8, 2x2 subsampled)
227 * Component 1: Cr(8, 2x2 subsampled)