Lines Matching refs:LV_LOG_WARN

71         LV_LOG_WARN("lv_img_decoder_init: out of memory");  in _lv_img_decoder_init()
288 LV_LOG_WARN("Image get info get read file header"); in lv_img_decoder_built_in_info()
307 LV_LOG_WARN("Image get info found unknown src type"); in lv_img_decoder_built_in_info()
331 LV_LOG_WARN("Built-in image decoder can't open the file"); in lv_img_decoder_built_in_open()
358 LV_LOG_WARN("Image built-in decoder cannot read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_open()
427LV_LOG_WARN("Image built-in decoder can read the palette because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_open()
446 LV_LOG_WARN("Indexed (palette) images are not enabled in lv_conf.h. See LV_IMG_CF_INDEXED"); in lv_img_decoder_built_in_open()
457 LV_LOG_WARN("Alpha indexed images are not enabled in lv_conf.h. See LV_IMG_CF_ALPHA"); in lv_img_decoder_built_in_open()
466 LV_LOG_WARN("Image decoder open: unknown color format") in lv_img_decoder_built_in_open()
507 LV_LOG_WARN("Built-in image decoder read not supports the color format"); in lv_img_decoder_built_in_read_line()
557 LV_LOG_WARN("Built-in image decoder seek failed"); in lv_img_decoder_built_in_line_true_color()
564 LV_LOG_WARN("Built-in image decoder read failed"); in lv_img_decoder_built_in_line_true_color()
575 LV_LOG_WARN("Image built-in decoder cannot read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_line_true_color()
661LV_LOG_WARN("Image built-in alpha line reader can't read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_line_alpha()
685LV_LOG_WARN("Image built-in alpha line reader failed because LV_IMG_CF_ALPHA is 0 in lv_conf.h"); in lv_img_decoder_built_in_line_alpha()
747LV_LOG_WARN("Image built-in indexed line reader can't read file because LV_USE_FILESYSTEM = 0"); in lv_img_decoder_built_in_line_indexed()
782LV_LOG_WARN("Image built-in indexed line reader failed because LV_IMG_CF_INDEXED is 0 in lv_conf.h… in lv_img_decoder_built_in_line_indexed()