Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.cpp78 auto GetChannel = [](uint32_t pixel, uint32_t channelMask) { in LoadRGBAFromBitmapFile() local
100 uint8_t r = GetChannel(pixel, rChannelMask); in LoadRGBAFromBitmapFile()
101 uint8_t g = GetChannel(pixel, gChannelMask); in LoadRGBAFromBitmapFile()
102 uint8_t b = GetChannel(pixel, bChannelMask); in LoadRGBAFromBitmapFile()
103 uint8_t a = GetChannel(pixel, aChannelMask); in LoadRGBAFromBitmapFile()