Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.h65 static const uint32_t kRed8 = 0x000000ff; variable
69 static const uint32_t kRed8 = 0x00ff0000; variable
74 static const uint32_t kWhite32 = kRed8 | kGreen8 | kBlue8;
90 #define R32(rgb) static_cast<uint8_t>(rgb & kRed8)
107 #define R32(rgb) static_cast<uint8_t>((rgb & kRed8) >> 16)
DEmulatedFakeCameraDevice.cpp34 mRedYUV(kRed8), in EmulatedFakeCameraDevice()