Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dloadbmp.c137 if (bmpInfo.bmiHeader.biHeight < 0) { in LoadBMP()
138 printf("bmpInfo.bmiHeader.biHeight < 0\n"); in LoadBMP()
151 (HI_U16)((bmpInfo.bmiHeader.biHeight > 0) ? bmpInfo.bmiHeader.biHeight : (-bmpInfo.bmiHeader.biHeight)); in LoadBMP()
263 if (bmpInfo.bmiHeader.biHeight < 0) { in LoadBMPEx()
264 printf("bmpInfo.bmiHeader.biHeight < 0\n"); in LoadBMPEx()
277 (HI_U16)((bmpInfo.bmiHeader.biHeight > 0) ? bmpInfo.bmiHeader.biHeight : (-bmpInfo.bmiHeader.biHeight)); in LoadBMPEx()
[all...]
H A Dloadbmp.h64 HI_S32 biHeight; member
H A Dsample_comm_region.c81 pstBitmap->pData = malloc(s32BytesPerPix * (bmpInfo.bmiHeader.biWidth) * (bmpInfo.bmiHeader.biHeight)); in REGION_MST_LoadBmp()
93 pu8Data = malloc((s32Width) * (bmpInfo.bmiHeader.biHeight)); in REGION_MST_LoadBmp()

Completed in 2 milliseconds