Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c163 LV_LOG_ERROR("ffmpeg file open failed: %s", path); in lv_ffmpeg_player_set_src()
168 LV_LOG_ERROR("ffmpeg image allocate failed"); in lv_ffmpeg_player_set_src()
217 LV_LOG_ERROR("ffmpeg_ctx is NULL"); in lv_ffmpeg_player_set_cmd()
245 LV_LOG_ERROR("Error cmd: %d", cmd); in lv_ffmpeg_player_set_cmd()
270 LV_LOG_ERROR("ffmpeg can't get image header"); in decoder_info()
293 LV_LOG_ERROR("ffmpeg image allocate failed"); in decoder_open()
300 LV_LOG_ERROR("ffmpeg update frame failed"); in decoder_open()
354 LV_LOG_ERROR("ffmpeg video dst data is NULL"); in ffmpeg_get_img_data()
401 LV_LOG_ERROR("Width, height and pixel format have to be " in ffmpeg_output_video_frame()
483 LV_LOG_ERROR("Error submitting a packet for decoding (%s)", in ffmpeg_decode_packet()
[all …]
/lvgl-latest/src/misc/
Dlv_log.h113 #ifndef LV_LOG_ERROR
115 # define LV_LOG_ERROR(...) _lv_log_add(LV_LOG_LEVEL_ERROR, __FILE__, __LINE__, __func__, __VA_AR… macro
117 # define LV_LOG_ERROR(...) do {}while(0) macro
144 #define LV_LOG_ERROR(...) do {}while(0) macro
Dlv_assert.h40 LV_LOG_ERROR("Asserted at expression: %s", #expr); \
48 LV_LOG_ERROR("Asserted at expression: %s (%s)", #expr, msg); \
Dlv_style.c170 LV_LOG_ERROR("Cannot reset const style"); in lv_style_reset()
189 LV_LOG_ERROR("No more custom property IDs available"); in lv_style_register_prop()
204 LV_LOG_ERROR("Unable to allocate space for custom property lookup table"); in lv_style_register_prop()
227 LV_LOG_ERROR("Cannot remove prop from const style"); in lv_style_remove_prop()
421 LV_LOG_ERROR("Cannot set property of constant style"); in lv_style_set_prop_internal()
Dlv_mem.c211 LV_LOG_ERROR("couldn't allocate memory"); in lv_mem_realloc()
322 LV_LOG_ERROR("no more buffers. (increase LV_MEM_BUF_MAX_NUM)"); in lv_mem_buf_get()
342 LV_LOG_ERROR("p is not a known buffer"); in lv_mem_buf_release()
Dlv_tlsf.c11 #define printf LV_LOG_ERROR
/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.h131 LV_LOG_ERROR("%s. STOP!", txt); \
140 LV_LOG_ERROR(fmt" (err = %d)", \
162 LV_LOG_ERROR(fmt, ##__VA_ARGS__); \
Dlv_draw_vglite_blend.c313 LV_LOG_ERROR("Blit rectangle failed."); in lv_gpu_nxp_vglite_buffer_copy()
321 LV_LOG_ERROR("Run failed."); in lv_gpu_nxp_vglite_buffer_copy()
Dlv_draw_vglite_arc.c325 LV_LOG_ERROR("Invalid arc quarter value."); in set_full_arc()
/lvgl-latest/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c160 LV_LOG_ERROR("failed to allocate cache value"); in ttf_get_glyph_bitmap_cb()
165 LV_LOG_ERROR("failed to add cache value"); in ttf_get_glyph_bitmap_cb()
178 LV_LOG_ERROR("tiny_ttf: invalid argument\n"); in lv_tiny_ttf_create()
183 LV_LOG_ERROR("tiny_ttf: out of memory\n"); in lv_tiny_ttf_create()
189 LV_LOG_ERROR("tiny_ttf: unable to open %s\n", path); in lv_tiny_ttf_create()
201 LV_LOG_ERROR("tiny_ttf: init failed\n"); in lv_tiny_ttf_create()
209 LV_LOG_ERROR("tiny_ttf: init failed\n"); in lv_tiny_ttf_create()
216 LV_LOG_ERROR("failed to create lru cache"); in lv_tiny_ttf_create()
222 LV_LOG_ERROR("tiny_ttf: out of memory\n"); in lv_tiny_ttf_create()
258 LV_LOG_ERROR("invalid font size: %"PRIx32, font_size); in lv_tiny_ttf_set_size()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_gpu_nxp_pxp.h131 LV_LOG_ERROR("%s. STOP!", txt); \
139 LV_LOG_ERROR(fmt, ##__VA_ARGS__); \
/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c104 LV_LOG_ERROR("init freeType error(%d)", error); in lv_freetype_init()
115 LV_LOG_ERROR("Failed to open cache manager"); in lv_freetype_init()
121 LV_LOG_ERROR("Failed to open Cmap Cache"); in lv_freetype_init()
128 LV_LOG_ERROR("Failed to open sbit cache"); in lv_freetype_init()
134 LV_LOG_ERROR("Failed to open image cache"); in lv_freetype_init()
199 LV_LOG_ERROR("FT_New_Face error:%d\n", error); in font_face_requester()
294 LV_LOG_ERROR("SBitCache_Lookup error"); in get_glyph_dsc_cb_cache()
307 LV_LOG_ERROR("ImageCache_Lookup error"); in get_glyph_dsc_cb_cache()
311 LV_LOG_ERROR("Glyph_To_Bitmap error"); in get_glyph_dsc_cb_cache()
376 LV_LOG_ERROR("Failed to LookupSize"); in lv_ft_font_init_cache()
/lvgl-latest/examples/libs/freetype/
Dlv_example_freetype_1.c18 LV_LOG_ERROR("create failed."); in lv_example_freetype_1()
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c34 LV_LOG_ERROR("imgfont init error"); in lv_example_imgfont_1()
/lvgl-latest/src/draw/renesas/
Dlv_gpu_d2_ra6m3.c346 LV_LOG_ERROR("Could NOT d2_setdlistblocksize\n");
354 LV_LOG_ERROR("Could NOT d2_inithw\n");
362 LV_LOG_ERROR("NO renderbuffer\n");
728 LV_LOG_ERROR("%s\r\n", d2_geterrorstring(_d2_handle));
729 LV_LOG_ERROR("%d:\t%d - %s : %d\r\n", error_count,
/lvgl-latest/src/draw/
Dlv_img_decoder.c345 LV_LOG_ERROR("img_decoder_built_in_open: out of memory"); in lv_img_decoder_built_in_open()
414 LV_LOG_ERROR("img_decoder_built_in_open: out of memory"); in lv_img_decoder_built_in_open()
426 LV_LOG_ERROR("img_decoder_built_in_open: out of memory"); in lv_img_decoder_built_in_open()
/lvgl-latest/src/draw/stm32_dma2d/
Dlv_gpu_stm32_dma2d.c461 LV_LOG_ERROR("unsupported color format"); in _lv_draw_stm32_dma2d_blend_map()
648 LV_LOG_ERROR("DMA2D config error"); in _lv_gpu_stm32_dma2d_await_dma_transfer_finish()
652 LV_LOG_ERROR("DMA2D transfer error"); in _lv_gpu_stm32_dma2d_await_dma_transfer_finish()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c84 LV_LOG_ERROR("Memory integrity error"); in obj_test_timer_cb()
/lvgl-latest/src/extra/widgets/span/
Dlv_span.c627 LV_LOG_ERROR("span draw stack overflow, please set LV_SPAN_SNIPPET_STACK_SIZE too larger"); in lv_snippet_push()
730 LV_LOG_ERROR("occur an error that span text == NULL"); in span_text_check()
/lvgl-latest/src/core/
Dlv_refr.c212 LV_LOG_ERROR("detected modifying dirty areas in render"); in _lv_inv_area()
1182 LV_LOG_ERROR("cannot rotate a full refreshed display!"); in draw_buf_rotate()
/lvgl-latest/src/widgets/
Dlv_textarea.c333LV_LOG_ERROR("lv_textarea_set_placeholder_text: couldn't allocate memory for placeholder"); in lv_textarea_set_placeholder_text()
457 LV_LOG_ERROR("lv_textarea_set_password_bullet: couldn't allocate memory for bullet"); in lv_textarea_set_password_bullet()
Dlv_label.c1209 LV_LOG_ERROR("Failed to allocate memory for dot_tmp_ptr"); in lv_label_set_dot_tmp()