Searched refs:kBlue8 (Results 1 – 2 of 2) sorted by relevance
67 static const uint32_t kBlue8 = 0x00ff0000; variable71 static const uint32_t kBlue8 = 0x000000ff; variable74 static const uint32_t kWhite32 = kRed8 | kGreen8 | kBlue8;92 #define B32(rgb) static_cast<uint8_t>(((rgb & kBlue8) >> 16) & 0xff)109 #define B32(rgb) static_cast<uint8_t>(rgb & kBlue8)
36 mBlueYUV(kBlue8), in EmulatedFakeCameraDevice()