Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.h67 static const uint32_t kBlue8 = 0x00ff0000; variable
71 static const uint32_t kBlue8 = 0x000000ff; variable
74 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)
DEmulatedFakeCameraDevice.cpp48 mBlueYUV(kBlue8), in EmulatedFakeCameraDevice()
/device/google/cuttlefish/guest/hals/camera/
DConverters.h67 static const uint32_t kBlue8 = 0x00ff0000; variable
71 static const uint32_t kBlue8 = 0x000000ff; variable
74 static const uint32_t kWhite32 = kRed8 | kGreen8 | kBlue8;
95 #define B32(rgb) static_cast<uint8_t>(((rgb & kBlue8) >> 16) & 0xff)
117 #define B32(rgb) static_cast<uint8_t>(rgb & kBlue8)
DEmulatedFakeCameraDevice.cpp37 mBlueYUV(kBlue8), in EmulatedFakeCameraDevice()