Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
Dhi_common.h147 hi_s32 s32Height; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_go_text.h103 HI_S32 s32Height; /* Height 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
1762 s32Height = s32MaxY - s32MinY + 1; in SAMPLE_IVE_KcfCalcIOU()
1765 s32Height = s32Height > 0 ? s32Height : 0; in SAMPLE_IVE_KcfCalcIOU()
1767 fInterArea = (HI_FLOAT)((HI_U32)s32Width * (HI_U32)s32Height); in SAMPLE_IVE_KcfCalcIOU()