Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/rlottie/
Dlv_rlottie.c129 size_t allocaled_buf_size = (create_width * create_height * LV_ARGB32 / 8); in lv_rlottie_constructor() local
130 rlottie->allocated_buf = lv_mem_alloc(allocaled_buf_size); in lv_rlottie_constructor()
132 rlottie->allocated_buffer_size = allocaled_buf_size; in lv_rlottie_constructor()
133 memset(rlottie->allocated_buf, 0, allocaled_buf_size); in lv_rlottie_constructor()
141 rlottie->imgdsc.data_size = allocaled_buf_size; in lv_rlottie_constructor()