Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dosd_img.c876 HI_S32 HI_OSD_Init(const HI_OSD_FONTS_S* pstFonts) in HI_OSD_Init() argument
881 if (pstFonts != NULL) { in HI_OSD_Init()
882 if (!pstFonts->pfnGetFontMod) { in HI_OSD_Init()
885 if (pstFonts->u32FontWidth % BYTE_BITS) { in HI_OSD_Init()
889 memcpy_s(&s_stOSDFonts, sizeof(HI_OSD_FONTS_S), pstFonts, sizeof(HI_OSD_FONTS_S)); in HI_OSD_Init()
907 if (pstFonts != NULL) { in HI_OSD_Init()