Searched refs:read_uint16 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 53 static inline uint16_t read_uint16(uint8_t *data, unsigned int o) { in read_uint16() function 133 if (read_uint16(data, 8) != 1) in bmp_info_header_parse() 135 bmp->bpp = read_uint16(data, 10); in bmp_info_header_parse() 214 if (read_uint16(data, 12) != 1) in bmp_info_header_parse() 216 bmp->bpp = read_uint16(data, 14); in bmp_info_header_parse() 428 if (read_uint16(data, 2) != 0x0001) in ico_header_parse() 430 count = read_uint16(data, 4); in ico_header_parse() 685 bmp->transparent_index = read_uint16(data, 0); in bmp_decode_rgb16() 697 word = read_uint16(data, 0); in bmp_decode_rgb16() 715 word = read_uint16(data, 0); in bmp_decode_rgb16()
|