/lvgl-latest/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 163 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/ |
D | lv_log.h | 113 #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
|
D | lv_assert.h | 40 LV_LOG_ERROR("Asserted at expression: %s", #expr); \ 48 LV_LOG_ERROR("Asserted at expression: %s (%s)", #expr, msg); \
|
D | lv_style.c | 170 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()
|
D | lv_mem.c | 211 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()
|
D | lv_tlsf.c | 11 #define printf LV_LOG_ERROR
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_utils.h | 131 LV_LOG_ERROR("%s. STOP!", txt); \ 140 LV_LOG_ERROR(fmt" (err = %d)", \ 162 LV_LOG_ERROR(fmt, ##__VA_ARGS__); \
|
D | lv_draw_vglite_blend.c | 313 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()
|
D | lv_draw_vglite_arc.c | 325 LV_LOG_ERROR("Invalid arc quarter value."); in set_full_arc()
|
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 160 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/ |
D | lv_gpu_nxp_pxp.h | 131 LV_LOG_ERROR("%s. STOP!", txt); \ 139 LV_LOG_ERROR(fmt, ##__VA_ARGS__); \
|
/lvgl-latest/src/extra/libs/freetype/ |
D | lv_freetype.c | 104 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/ |
D | lv_example_freetype_1.c | 18 LV_LOG_ERROR("create failed."); in lv_example_freetype_1()
|
/lvgl-latest/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 34 LV_LOG_ERROR("imgfont init error"); in lv_example_imgfont_1()
|
/lvgl-latest/src/draw/renesas/ |
D | lv_gpu_d2_ra6m3.c | 346 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/ |
D | lv_img_decoder.c | 345 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/ |
D | lv_gpu_stm32_dma2d.c | 461 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/ |
D | lv_demo_stress.c | 84 LV_LOG_ERROR("Memory integrity error"); in obj_test_timer_cb()
|
/lvgl-latest/src/extra/widgets/span/ |
D | lv_span.c | 627 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/ |
D | lv_refr.c | 212 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/ |
D | lv_textarea.c | 333 … LV_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()
|
D | lv_label.c | 1209 LV_LOG_ERROR("Failed to allocate memory for dot_tmp_ptr"); in lv_label_set_dot_tmp()
|