Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c90 struct logo_part_header part_hdr; member
551 struct logo_part_header *part_hdr = &logo_hdr->part_hdr; in main() local
557 part_hdr->magic[0] = 'R'; in main()
558 part_hdr->magic[1] = 'K'; in main()
559 part_hdr->magic[2] = 'E'; in main()
560 part_hdr->magic[3] = 'L'; in main()
561 part_hdr->totoal_size = total_size; in main()
562 part_hdr->screen_width = screen_w; in main()
563 part_hdr->screen_height = screen_h; in main()
564 part_hdr->logo_count = i; in main()
[all …]
/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c92 struct logo_part_header part_hdr; member
250 struct logo_part_header *part_hdr = &header->part_hdr; in read_header() local
255 if (memcmp(part_hdr->magic, EINK_LOGO_PART_MAGIC, 4)) { in read_header()
259 if (part_hdr->logo_count == 0) { in read_header()
263 for (i = 0; i < part_hdr->logo_count; i++) { in read_header()
364 struct logo_part_header *part_hdr = &hdr->part_hdr; in read_needed_logo_from_partition() local
387 if (part_hdr->screen_width != panel->width || in read_needed_logo_from_partition()
388 part_hdr->screen_height != panel->height){ in read_needed_logo_from_partition()
390 part_hdr->screen_width, part_hdr->screen_height, in read_needed_logo_from_partition()
395 for (i = 0; i < part_hdr->logo_count; i++) { in read_needed_logo_from_partition()