Searched refs:pstSurface (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | loadbmp.c | 633 HI_S32 LoadBitMap2Surface(const HI_CHAR *pszFileName, const OSD_SURFACE_S *pstSurface, HI_U8 *pu8Virt) in LoadBitMap2Surface() argument 637 if ((pszFileName == NULL) || (pstSurface == NULL) || (pu8Virt == NULL)) { in LoadBitMap2Surface() 641 stLogo.stride = pstSurface->u16Stride; in LoadBitMap2Surface() 647 HI_S32 CreateSurfaceByBitMap(const HI_CHAR *pszFileName, OSD_SURFACE_S *pstSurface, HI_U8 *pu8Virt) in CreateSurfaceByBitMap() argument 651 if ((pszFileName == NULL) || (pstSurface == NULL) || (pu8Virt == NULL)) { in CreateSurfaceByBitMap() 656 if (LoadImageEx(pszFileName, &stLogo, pstSurface->enColorFmt) < 0) { in CreateSurfaceByBitMap() 661 pstSurface->u16Height = stLogo.height; in CreateSurfaceByBitMap() 662 pstSurface->u16Width = stLogo.width; in CreateSurfaceByBitMap() 663 pstSurface->u16Stride = stLogo.stride; in CreateSurfaceByBitMap() 668 HI_S32 CreateSurfaceByCanvas(const HI_CHAR *pszFileName, OSD_SURFACE_S *pstSurface, HI_U argument [all...] |
H A D | loadbmp.h | 102 HI_S32 LoadBitMap2Surface(const HI_CHAR *pszFileName, const OSD_SURFACE_S *pstSurface, HI_U8 *pu8Virt); 103 HI_S32 CreateSurfaceByBitMap(const HI_CHAR *pszFileName, OSD_SURFACE_S *pstSurface, HI_U8 *pu8Virt); 104 HI_S32 CreateSurfaceByCanvas(const HI_CHAR *pszFileName, OSD_SURFACE_S *pstSurface, HI_U8 *pu8Virt, HI_U32 u32Width,
|
Completed in 2 milliseconds