Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/include/
Dosd_img.h96 typedef HI_S32 (*HI_OSD_GETFONTMOD_CALLBACK_FN_PTR)(HI_CHAR* Character, HI_U8** FontMod, HI_S32* Fo…
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dosd_img.c103 static HI_U8* FontMod = NULL; variable
580 HI_U8 temp = FontMod[s32HexOffset]; in OSD_PuBmData_Cal()
619 if (s_stOSDFonts.pfnGetFontMod(&pstContent->szStr[s32StringIdx], &FontMod, &FontModLen) in OSD_Bitmap_Cal()
621 if (FontMod != NULL && s32HexOffset < FontModLen) { in OSD_Bitmap_Cal()