Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_img.c109 uint32_t max_buf_size = MAX_BUF_SIZE; in lv_draw_sw_img_decoded() local
113 if(blend_size <= max_buf_size) { in lv_draw_sw_img_decoded()
118 buf_h = max_buf_size / blend_w; in lv_draw_sw_img_decoded()
/lvgl-3.7.0/src/draw/arm2d/
Dlv_gpu_arm2d.c968 uint32_t max_buf_size = MAX_BUF_SIZE; in lv_draw_arm2d_img_decoded() local
972 if(blend_size <= max_buf_size) { in lv_draw_arm2d_img_decoded()
977 buf_h = max_buf_size / blend_w; in lv_draw_arm2d_img_decoded()