Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/rlottie/
Dlv_rlottie.c136 size_t allocated_buf_size = (create_info.width * create_info.height * LV_ARGB32 / 8); in lv_rlottie_constructor() local
137 rlottie->allocated_buf = lv_malloc(allocated_buf_size); in lv_rlottie_constructor()
139 rlottie->allocated_buffer_size = allocated_buf_size; in lv_rlottie_constructor()
140 memset(rlottie->allocated_buf, 0, allocated_buf_size); in lv_rlottie_constructor()
147 rlottie->imgdsc.data_size = allocated_buf_size; in lv_rlottie_constructor()
/lvgl-latest/docs/details/libs/
Drlottie.rst281 rlottie->allocated_buf = heap_caps_malloc(allocated_buf_size+1, MALLOC_CAP_SPIRAM);