Searched refs:image_t (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/tools/easylogo/ |
H A D | easylogo.c | 54 } image_t; typedef 149 int image_load_tga (image_t * image, char *filename) in image_load_tga() 236 void image_free (image_t * image) in image_free() 242 int image_rgb_to_yuyv (image_t * rgb_image, image_t * yuyv_image) in image_rgb_to_yuyv() 279 int image_rgb888_to_rgb565(image_t *rgb888_image, image_t *rgb565_image) in image_rgb888_to_rgb565() 316 int image_save_header (image_t * image, char *filename, char *varname) in image_save_header() 510 image_t rgb888_logo, rgb565_logo, yuyv_logo; in main()
|
/openbmc/u-boot/tools/ |
H A D | imx8image.c | 16 static image_t param_stack[IMG_STACK_SIZE]; 77 static void parse_cfg_cmd(image_t *param_stack, int32_t cmd, char *token, in parse_cfg_cmd() 139 static void parse_cfg_fld(image_t *param_stack, int32_t *cmd, char *token, in parse_cfg_fld() 231 static uint32_t parse_cfg_file(image_t *param_stack, char *name) in parse_cfg_file() 526 soc_type_t soc, const image_t *image_stack, in set_image_array_entry() 654 static int get_container_image_start_pos(image_t *image_stack, uint32_t align) in get_container_image_start_pos() 656 image_t *img_sp = image_stack; in get_container_image_start_pos() 771 bool emmc_fastboot, image_t *image_stack, in build_container() 776 image_t *img_sp = image_stack; in build_container() 955 image_t *img_sp = param_stack; in imx8image_copy_image()
|
/openbmc/u-boot/include/ |
H A D | imx8image.h | 215 } image_t; typedef
|