Home
last modified time | relevance | path

Searched refs:allocated_buf (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/rlottie/
Dlv_rlottie.c137 rlottie->allocated_buf = lv_malloc(allocated_buf_size); in lv_rlottie_constructor()
138 if(rlottie->allocated_buf != NULL) { in lv_rlottie_constructor()
140 memset(rlottie->allocated_buf, 0, allocated_buf_size); in lv_rlottie_constructor()
146 rlottie->imgdsc.data = (void *)rlottie->allocated_buf; in lv_rlottie_constructor()
182 if(rlottie->allocated_buf) { in lv_rlottie_destructor()
183 lv_free(rlottie->allocated_buf); in lv_rlottie_destructor()
184 rlottie->allocated_buf = NULL; in lv_rlottie_destructor()
235 rlottie->allocated_buf, in next_frame_task_cb()
Dlv_rlottie_private.h40 uint32_t * allocated_buf; member
/lvgl-latest/docs/details/libs/
Drlottie.rst281 rlottie->allocated_buf = heap_caps_malloc(allocated_buf_size+1, MALLOC_CAP_SPIRAM);