Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c152 int get_logo_resolution(char *in_path, uint32_t *logo_width, in get_logo_resolution() argument
160 if (!in_path) in get_logo_resolution()
163 file = fopen(in_path, "rb"); in get_logo_resolution()
165 fprintf(stderr, "File %s open failed.\n", in_path); in get_logo_resolution()
170 fprintf(stderr, "Incomplete read of file %s.\n", in_path); in get_logo_resolution()
199 int convert_one_image(char *in_path, void *out_buf, uint32_t offset, in convert_one_image() argument
210 if (!out_buf || !in_path) { in convert_one_image()
215 file = fopen(in_path, "rb"); in convert_one_image()
217 fprintf(stderr, "File %s open failed.\n", in_path); in convert_one_image()
232 fprintf(stderr, "Incomplete read of file %s.\n", in_path); in convert_one_image()
[all …]