Searched refs:kRed8 (Results 1 – 2 of 2) sorted by relevance
65 static const uint32_t kRed8 = 0x000000ff; variable69 static const uint32_t kRed8 = 0x00ff0000; variable74 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)
46 mRedYUV(kRed8), in EmulatedFakeCameraDevice()