Searched refs:origBuf (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/hdf/hdf_lite/display/ |
H A D | loadbmp_test.c | 181 static void LoadRgbData(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in LoadRgbData() argument 194 start = origBuf + ((h - 1) - i) * stride + j * videoLogo->bpp; in LoadRgbData() 204 static int32_t LoadData(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in LoadData() argument 216 (origBuf + ((h - 1) - i) * stride + j * videoLogo->bpp), videoLogo->bpp); in LoadData() 227 static int32_t Copy3BitsByFmt(OsdLogo *videoLogo, OsdColorFmt enFmt, uint32_t stride, uint8_t *origBuf) in Copy3BitsByFmt() argument 238 LoadRgbData(videoLogo, enFmt, stride, origBuf); in Copy3BitsByFmt() 242 ret = LoadData(videoLogo, enFmt, stride, origBuf); in Copy3BitsByFmt() 251 static int32_t Copy2BitsAnd4Bits(OsdLogo *videoLogo, uint32_t stride, uint8_t *origBuf) in Copy2BitsAnd4Bits() argument 262 (origBuf + ((videoLogo->height - 1) - i) * stride + j * videoLogo->bpp), videoLogo->bpp); in Copy2BitsAnd4Bits()
|
Completed in 1 milliseconds