Home
last modified time | relevance | path

Searched refs:stLogo (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dloadbmp.c635 OSD_LOGO_T stLogo; in LoadBitMap2Surface() local
641 stLogo.stride = pstSurface->u16Stride; in LoadBitMap2Surface()
642 stLogo.pRGBBuffer = pu8Virt; in LoadBitMap2Surface()
644 return LoadImage(pszFileName, &stLogo); in LoadBitMap2Surface()
649 OSD_LOGO_T stLogo; in CreateSurfaceByBitMap() local
655 stLogo.pRGBBuffer = pu8Virt; 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 in CreateSurfaceByBitMap()
671 OSD_LOGO_T stLogo; CreateSurfaceByCanvas() local
[all...]

Completed in 2 milliseconds