Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
Dsample_comm_region.c60 HI_S32 s32Width; in REGION_MST_LoadBmp() local
92 s32Width = DIV_UP(bmpInfo.bmiHeader.biWidth, 4); /* 4 align */ in REGION_MST_LoadBmp()
93 pu8Data = malloc((s32Width) * (bmpInfo.bmiHeader.biHeight)); in REGION_MST_LoadBmp()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
Dhi_common.h146 hi_s32 s32Width; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_go_text.h102 HI_S32 s32Width; /* Width of display arear */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
Dsample_ive_kcf.c1750 HI_S32 s32Width, s32Height; in SAMPLE_IVE_KcfCalcIOU() local
1761 s32Width = s32MaxX - s32MinX + 1; in SAMPLE_IVE_KcfCalcIOU()
1764 s32Width = s32Width > 0 ? s32Width : 0; in SAMPLE_IVE_KcfCalcIOU()
1767 fInterArea = (HI_FLOAT)((HI_U32)s32Width * (HI_U32)s32Height); in SAMPLE_IVE_KcfCalcIOU()