i80_controller sample
lv_image_decoder_add_to_cache()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_decoder_add_to_cache()
lv_image_decoder_add_to_cache() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_image_decoder.h:173
lv_cache_entry_t
*
lv_image_decoder_add_to_cache
(
lv_image_decoder_t
*
decoder
,
lv_image_cache_data_t
*
search_key
,
const
lv_draw_buf_t
*
decoded
,
void
*
user_data
)
;
Implemented in
lv_image_decoder.c:217
Arguments
Argument
decoder
search_key
decoded
user_data
Examples
References
from
examples
Code
Location
Referrer
lv_cache_entry_t
*
lv_image_decoder_add_to_cache
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder.c:217
lv_cache_entry_t
*
lv_image_decoder_add_to_cache
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder.h:173
lv_cache_entry_t
*
cache_entry
=
lv_image_decoder_add_to_cache
(
decoder
,
&
search_key
,
dsc
->
decoded
,
dsc
->
user_data
)
;
lv_bin_decoder.c:353
lv_bin_decoder_open()
Call Tree
from
examples
lv_image_decoder_add_to_cache()
is called by 1 function and calls 3 functions:
lv_bin_decoder_open()
All items filtered out
lv_image_decoder_add_to_cache()
lv_strdup()
lv_cache_entry_get_data()
lv_cache_add()
All items filtered out
Data Use
from
examples
lv_image_decoder_add_to_cache()
reads 4 variables and writes 4 variables:
lv_image_src_t::LV_IMAGE_SRC_FILE
lv_global_t::img_cache
lv_image_cache_data_t::src
lv_image_cache_data_t::src_type
All items filtered out
lv_image_decoder_add_to_cache()
lv_image_cache_data_t::src
lv_image_cache_data_t::decoded
lv_image_cache_data_t::decoder
lv_image_cache_data_t::user_data
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out