Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
15 // More details, e.g. the lay-out of each pixel formats, are found in the document "Pixel Formats"
16 // //EPOC/master/cedar/generic/base/documentation/Base_Pixel_Formats.doc
26 #ifndef __PIXELFORMATS_H__
27 #define __PIXELFORMATS_H__
34 EUidPixelFormatUnknown = 0,
36 32-bit RGB pixel format without alpha, with 8 bits are reserved for each color
38 EUidPixelFormatXRGB_8888 = 0x10275496,
40 32-bit BGR pixel format without alpha, where 8 bits are reserved for each color
42 EUidPixelFormatBGRX_8888 = 0x102754A8,
44 32-bit BGR pixel format without alpha, where 8 bits are reserved for each color
46 EUidPixelFormatXBGR_8888 = 0x10273766,
48 32-bit BGRA pixel format with alpha, using 8 bits per channel
50 EUidPixelFormatBGRA_8888 = 0x102754A9,
52 32-bit ARGB pixel format with alpha, using 8 bits per channel
54 EUidPixelFormatARGB_8888 = 0x10275498,
56 32-bit ABGR pixel format with alpha, using 8 bits per channel
58 EUidPixelFormatABGR_8888 = 0x10275499,
60 32-bit ARGB pixel format with alpha (pre-multiplied), using 8 bits per channel
62 EUidPixelFormatARGB_8888_PRE = 0x1027549A,
64 32-bit ABGR pixel format with alpha (pre-multiplied), using 8 bits per channel
66 EUidPixelFormatABGR_8888_PRE = 0x1027549B,
68 32-bit BGRA pixel format with alpha (pre-multiplied), using 8 bits per channel
70 EUidPixelFormatBGRA_8888_PRE = 0x10275497,
72 32-bit pixel format using 10 bits each for red, green, and blue, and 2 bits for
75 EUidPixelFormatARGB_2101010 = 0x1027549D,
77 32-bit pixel format using 10 bits each for blue, green, and red color and 2
80 EUidPixelFormatABGR_2101010 = 0x1027549C,
82 24-bit BGR pixel format with 8 bits per channel
84 EUidPixelFormatBGR_888 = 0x102754A7,
86 24-bit RGB pixel format with 8 bits per channel
88 EUidPixelFormatRGB_888 = 0x10275495,
90 16-bit RGB pixel format with 5 bits for red, 6 bits for green, and 5 bits for
93 EUidPixelFormatRGB_565 = 0x1027549E,
95 16-bit BGR pixel format with 5 bits for blue, 6 bits for green, and 5 bits for
98 EUidPixelFormatBGR_565 = 0x10273765,
100 16-bit pixel format where 5 bits are reserved for each color and 1 bit is
103 EUidPixelFormatARGB_1555 = 0x1027549F,
105 16-bit pixel format where 5 bits are reserved for each color
107 EUidPixelFormatXRGB_1555 = 0x102754A0,
109 16-bit ARGB pixel format with 4 bits for each channel
111 EUidPixelFormatARGB_4444 = 0x102754A1,
113 16-bit ARGB texture format using 8 bits for alpha, 3 bits each for red and
114 green, and 2 bits for blue
116 EUidPixelFormatARGB_8332 = 0x102754A4,
118 16-bit pixel format where 5 bits are reserved for each color
120 EUidPixelFormatBGRX_5551 = 0x102754A5,
122 16-bit pixel format where 5 bits are reserved for each color and 1 bit is reserved for alpha
124 EUidPixelFormatBGRA_5551 = 0x102754AA,
126 16-bit BGRA pixel format with 4 bits for each channel
128 EUidPixelFormatBGRA_4444 = 0x102754AC,
130 16-bit RGB pixel format using 4 bits for each color, without alpha channel
132 EUidPixelFormatBGRX_4444 = 0x102754A6,
134 16-bit color indexed with 8 bits of alpha
136 EUidPixelFormatAP_88 = 0x102754AB,
138 16-bit RGB pixel format using 4 bits for each color, without alpha channel
140 EUidPixelFormatXRGB_4444 = 0x10273764,
142 16-bit BGR pixel format using 4 bits for each color, without alpha channel
144 EUidPixelFormatXBGR_4444 = 0x102754B0,
146 8-bit RGB texture format using 3 bits for red, 3 bits for green, and 2 bits for blue
148 EUidPixelFormatRGB_332 = 0x102754A2,
152 EUidPixelFormatA_8 = 0x102754A3,
154 8-bit BGR texture format using 3 bits for blue, 3 bits for green, and 2 bits for red
156 EUidPixelFormatBGR_332 = 0x102754B1,
158 8-bit indexed (i.e. has a palette)
160 EUidPixelFormatP_8 = 0x10273763,
162 4-bit indexed (i.e. has a palette)
164 EUidPixelFormatP_4 = 0x102754AD,
166 2-bit indexed (i.e. has a palette)
168 EUidPixelFormatP_2 = 0x102754AE,
170 1-bit indexed (i.e. has a palette)
172 EUidPixelFormatP_1 = 0x102754AF,
174 YUV - 4:2:0 format, 8 bits per sample, Y00Y01Y10Y11UV.
176 EUidPixelFormatYUV_420Interleaved = 0x10273767,
178 YUV - Three arrays Y, U, V. 4:2:0 format, 8 bits per sample, Y00Y01Y02Y03...U0...V0...
180 EUidPixelFormatYUV_420Planar = 0x10273768,
182 YUV 4:2:0 image format. Planar, 12 bits per pixel, Pixel order: Y00Y01Y02Y03...V0...U0...
184 EUidPixelFormatYUV_420PlanarReversed = 0x1027376D,
186 YUV - Two arrays, one is all Y, the other is U and V. 4:2:0 format, 8 bits per sample, Y00Y01Y02Y03...U0V0...
188 EUidPixelFormatYUV_420SemiPlanar = 0x1027376C,
190 YUV - Organized as UYVY. 4:2:2 format, 8 bits per sample, UY0VY1
192 EUidPixelFormatYUV_422Interleaved = 0x10273769,
194 YUV - Three arrays Y, U, V
196 EUidPixelFormatYUV_422Planar = 0x102737DA,
198 YUV - Organized as YUYV. 4:2:2 format, 8 bits per sample, Y0UY1V
200 EUidPixelFormatYUV_422Reversed = 0x102754B2,
202 YUV - Two arrays, one is all Y, the other is U and V
204 EUidPixelFormatYUV_422SemiPlanar = 0x102754B3,
206 YUV 4:2:2 image format. 16 bits per pixel, 8 bits per sample, Pixel order: Y1VY0U.
208 EUidPixelFormatYUV_422InterleavedReversed = 0x1027376A,
210 YUV 4:2:2 image format. Interleaved, 16 bits per pixel, 8 bits per sample, Pixel order: Y0Y1UV.
212 EUidPixelFormatYUV_422Interleaved16bit = 0x102737D9,
214 YUV - 4:4:4 format, each pixel contains equal parts YUV
216 EUidPixelFormatYUV_444Interleaved = 0x1027376B,
218 YUV - 4:4:4 format, three arrays Y, U, V
220 EUidPixelFormatYUV_444Planar = 0x102737DB,
224 EUidPixelFormatL_8 = 0x102858EC,
228 EUidPixelFormatL_4 = 0x102858ED,
232 EUidPixelFormatL_2 = 0x102858EE,
234 1-bit grayscale (monochrome).
236 EUidPixelFormatL_1 = 0x102858EF,
240 EUidPixelFormatSpeedTaggedJPEG = 0x102869FB,
244 EUidPixelFormatJPEG = 0x102869FC