Searched refs:allocated_buf (Results 1 – 3 of 3) sorted by relevance
137 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()
40 uint32_t * allocated_buf; member
281 rlottie->allocated_buf = heap_caps_malloc(allocated_buf_size+1, MALLOC_CAP_SPIRAM);