Searched refs:kRed8 (Results 1 – 4 of 4) 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()
65 static const uint32_t kRed8 = 0x000000ff; variable69 static const uint32_t kRed8 = 0x00ff0000; variable74 static const uint32_t kWhite32 = kRed8 | kGreen8 | kBlue8;93 #define R32(rgb) static_cast<uint8_t>(rgb & kRed8)115 #define R32(rgb) static_cast<uint8_t>((rgb & kRed8) >> 16)
35 mRedYUV(kRed8), in EmulatedFakeCameraDevice()