Searched refs:enFmt (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/hdf/hdf_lite/display/ |
H A D | loadbmp_test.c | 114 static int32_t LoadPicToBuffer(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt, in LoadPicToBuffer() argument 172 if (enFmt >= OSD_COLOR_FMT_RGB888) { in LoadPicToBuffer() 181 static void LoadRgbData(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in LoadRgbData() argument 199 *dst = OsdMakeColorU16(c.r, c.g, c.b, g_osdCompInfo[enFmt]); in LoadRgbData() 204 static int32_t LoadData(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in LoadData() argument 211 (void)enFmt; in LoadData() 227 static int32_t Copy3BitsByFmt(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in Copy3BitsByFmt() argument 231 switch (enFmt) { in Copy3BitsByFmt() 238 LoadRgbData(videoLogo, enFmt, stride, origBuf); in Copy3BitsByFmt() 242 ret = LoadData(videoLogo, enFmt, strid in Copy3BitsByFmt() 272 LoadBMPEx(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt) LoadBMPEx() argument 300 LoadImageEx(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt) LoadImageEx() argument [all...] |
Completed in 1 milliseconds