Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c107 uint32_t screen_w; 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()
252 if (le32_to_cpu(bmp_hdr->width) != screen_w || in convert_one_image()
264 gr_hdr->w = screen_w; 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()
285 int j = convert_bmp_idx_to_gray_idx(2 * i, screen_w, in convert_one_image()
306 for (i = 0; i < screen_w * screen_h / 2; i++) { in convert_one_image()
309 int j = convert_bmp_idx_to_gray_idx(2 * i, screen_w, in convert_one_image()
[all …]