Searched refs:PixelFormatInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/ui/ |
D | PixelFormat.cpp | 44 { 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/ |
D | PixelFormat.h | 71 struct PixelFormatInfo { struct 93 inline PixelFormatInfo() : version(sizeof(PixelFormatInfo)) { } in PixelFormatInfo() argument 124 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info); argument
|
D | DisplayInfo.h | 31 PixelFormatInfo pixelFormatInfo;
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 179 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/ |
D | android_graphics_PixelFormat.cpp | 45 PixelFormatInfo info; in android_graphics_getPixelFormatInfo()
|