Lines Matching refs:cache
423 …tom post-processing function after ``lv_image_decoder_open`` to adjust the data in the image cache,
523 The size of cache (in bytes) can be defined with
527 The size of cache can be changed at run-time with
534 When you use more images than available cache size, LVGL can't cache all the
541 cache as long as possible.
544 the *weight* value in the cache entry in
548 Every cache entry has a *"life"* value. Every time an image is opened
549 through the cache, the *life* value of all entries is increased by their
554 If there is no more space in the cache, the entry with *usage_count == 0*
565 to cache even the largest images at the same time.
567 Clean the cache
573 LVGL to cache the image again. Otherwise, there is no easy way of
575 old image from cache.
579 Custom cache algorithm
582 If you want to implement your own cache algorithm, you can refer to the
583 following code to replace the LVGL built-in cache manager:
624 /* Initialize new cache manager. */
634 /* Replace existing cache manager with the new one. */