Searched refs:comp_type (Results 1 – 2 of 2) sorted by relevance
422 static void print_decomp_msg(int comp_type, int type, bool is_xip, in print_decomp_msg() argument428 if (comp_type == IH_COMP_NONE) in print_decomp_msg()
573 static int handle_decomp_error(int comp_type, size_t uncomp_size, in handle_decomp_error() argument576 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()582 if ((comp_type == IH_COMP_GZIP && ret == Z_BUF_ERROR) || in handle_decomp_error()
Completed in 7 milliseconds