HomeSort by relevance Sort by last modified time
    Searched refs:kRed8 (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/camera/
Converters.h 65 static const uint32_t kRed8 = 0x000000ff;
69 static const uint32_t kRed8 = 0x00ff0000;
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)
EmulatedFakeCameraDevice.cpp 34 mRedYUV(kRed8),

Completed in 64 milliseconds