Home
last modified time | relevance | path

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

/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.c50 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()
96 bpp = bmpInfo->header.bitCnt / EIGHT_BITS_PER_PIXEL; in CheckBmpInfo()
146 videoLogo->bpp = bmpInfo.header.bitCnt / EIGHT_BITS_PER_PIXEL; in LoadPicToBuffer()
H A Dloadbmp_test.h24 #define EIGHT_BITS_PER_PIXEL 8 macro

Completed in 2 milliseconds