Home
last modified time | relevance | path

Searched refs:compinfo (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.c41 static uint16_t OsdMakeColorU16(uint8_t r, uint8_t g, uint8_t b, OsdCompInfo compinfo) in OsdMakeColorU16() argument
50 r1 = r >> (EIGHT_BITS_PER_PIXEL - compinfo.rLen); in OsdMakeColorU16()
51 g1 = g >> (EIGHT_BITS_PER_PIXEL - compinfo.gLen); in OsdMakeColorU16()
52 b1 = b >> (EIGHT_BITS_PER_PIXEL - compinfo.bLen); in OsdMakeColorU16()
53 while (compinfo.aLen != 0) { in OsdMakeColorU16()
56 compinfo.aLen--; in OsdMakeColorU16()
59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16()

Completed in 1 milliseconds