Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c108 uint32_t screen_h; variable
149 return ALIGN((screen_w * screen_h) >> 1, RK_BLK_SIZE); in size_of_one_image()
251 printf("screen_w=%d, screen_h=%d\n", screen_w, screen_h); in convert_one_image()
253 le32_to_cpu(bmp_hdr->height) != screen_h) { in convert_one_image()
265 gr_hdr->h = screen_h; in convert_one_image()
268 gr_hdr->data_size = screen_w * screen_h / 2; in convert_one_image()
282 for (i = 0; i < screen_w * screen_h / 2; i++) { in convert_one_image()
286 screen_h); in convert_one_image()
306 for (i = 0; i < screen_w * screen_h / 2; i++) { in convert_one_image()
310 screen_h); in convert_one_image()
[all …]