Home
last modified time | relevance | path

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

/test/xts/hats/hdf/hdf_lite/display/
H A Dloadbmp_test.c52 b1 = b >> (EIGHT_BITS_PER_PIXEL - compinfo.bLen); in OsdMakeColorU16()
59 pixel |= (r1 | (g1 << compinfo.bLen) | (b1 << (compinfo.bLen + compinfo.gLen))); in OsdMakeColorU16()
H A Dloadbmp_test.h101 uint8_t bLen; member

Completed in 1 milliseconds