Searched refs:s32Width (Results 1 – 4 of 4) sorted by relevance
60 HI_S32 s32Width; in REGION_MST_LoadBmp() local92 s32Width = DIV_UP(bmpInfo.bmiHeader.biWidth, 4); /* 4 align */ in REGION_MST_LoadBmp()93 pu8Data = malloc((s32Width) * (bmpInfo.bmiHeader.biHeight)); in REGION_MST_LoadBmp()
146 hi_s32 s32Width; member
102 HI_S32 s32Width; /* Width of display arear */ member
1750 HI_S32 s32Width, s32Height; in SAMPLE_IVE_KcfCalcIOU() local1761 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()