Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.h51 static const uint16_t kBlue5 = 0xf800; variable
55 static const uint16_t kBlue5 = 0x001f;
58 static const uint32_t kWhite16 = kRed5 | kGreen6 | kBlue5;
84 #define B16(rgb) static_cast<uint8_t>((rgb & kBlue5) >> 11)
88 #define B16_32(rgb) static_cast<uint8_t>(((rgb & kBlue5) >> 8) | ((rgb & kBlue5) >> 14))
101 #define B16(rgb) static_cast<uint8_t>(rgb & kBlue5)
105 #define B16_32(rgb) static_cast<uint8_t>(((rgb & kBlue5) << 3) | ((rgb & kBlue5) >> 2))