Home
last modified time | relevance | path

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

/test/xts/hats/hdf/hdf_lite/display/
Dloadbmp_test.c41 static uint16_t OsdMakeColorU16(uint8_t r, uint8_t g, uint8_t b, OsdCompInfo compinfo) in OsdMakeColorU16() function
199 *dst = OsdMakeColorU16(c.r, c.g, c.b, g_osdCompInfo[enFmt]); in LoadRgbData()