Home
last modified time | relevance | path

Searched refs:PixelFormatInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/ui/
DPixelFormat.cpp44 { 4, 32, {32,24, 8, 0, 16, 8, 24,16 }, PixelFormatInfo::RGBA },
45 { 4, 24, { 0, 0, 8, 0, 16, 8, 24,16 }, PixelFormatInfo::RGB },
46 { 3, 24, { 0, 0, 8, 0, 16, 8, 24,16 }, PixelFormatInfo::RGB },
47 { 2, 16, { 0, 0, 16,11, 11, 5, 5, 0 }, PixelFormatInfo::RGB },
48 { 4, 32, {32,24, 24,16, 16, 8, 8, 0 }, PixelFormatInfo::RGBA },
49 { 2, 16, { 1, 0, 16,11, 11, 6, 6, 1 }, PixelFormatInfo::RGBA },
50 { 2, 16, { 4, 0, 16,12, 12, 8, 8, 4 }, PixelFormatInfo::RGBA },
51 { 1, 8, { 8, 0, 0, 0, 0, 0, 0, 0 }, PixelFormatInfo::ALPHA},
52 { 1, 8, { 0, 0, 8, 0, 8, 0, 8, 0 }, PixelFormatInfo::L },
53 { 2, 16, {16, 8, 8, 0, 8, 0, 8, 0 }, PixelFormatInfo::LA },
[all …]
/frameworks/native/include/ui/
DPixelFormat.h71 struct PixelFormatInfo { struct
93 inline PixelFormatInfo() : version(sizeof(PixelFormatInfo)) { } in PixelFormatInfo() argument
124 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info); argument
DDisplayInfo.h31 PixelFormatInfo pixelFormatInfo;
/frameworks/native/services/surfaceflinger/
DLayer.cpp179 PixelFormatInfo info; in setBuffers()
198 PixelFormatInfo displayInfo; in setBuffers()
214 int displayRedSize = displayInfo.getSize(PixelFormatInfo::INDEX_RED); in setBuffers()
215 int layerRedsize = info.getSize(PixelFormatInfo::INDEX_RED); in setBuffers()
397 PixelFormatInfo info; in getOpacityForFormat()
/frameworks/base/core/jni/
Dandroid_graphics_PixelFormat.cpp45 PixelFormatInfo info; in android_graphics_getPixelFormatInfo()