Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c555 int w, h, screen_w, screen_h; in drm_get_ctx() local
557 sscanf(config, "%dx%d/%dx%d", &w, &h, &screen_w, &screen_h) == 4) { in drm_get_ctx()
558 ctx->scale_from = 1.0 * w * h / screen_w / screen_h; in drm_get_ctx()