HomeSort by relevance Sort by last modified time
    Searched refs:PixelFormatInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/ui/
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/
DisplayInfo.h 31 PixelFormatInfo pixelFormatInfo;
PixelFormat.h 45 // Custom pixel-format described by a PixelFormatInfo structure
71 struct PixelFormatInfo {
93 inline PixelFormatInfo() : version(sizeof(PixelFormatInfo)) { }
124 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info);
  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 45 PixelFormatInfo info;
  /frameworks/native/services/surfaceflinger/
Layer.cpp 179 PixelFormatInfo info;
198 PixelFormatInfo displayInfo;
214 int displayRedSize = displayInfo.getSize(PixelFormatInfo::INDEX_RED);
215 int layerRedsize = info.getSize(PixelFormatInfo::INDEX_RED);
397 PixelFormatInfo info;

Completed in 85 milliseconds