i80_controller sample
lv_image_cache_data_t::decoder
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_cache_data_t::decoder
lv_image_cache_data_t::decoder field
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:62
const
lv_image_decoder_t
*
decoder
;
Examples
References
from
examples
Code
Location
Referrer
const
lv_image_decoder_t
*
decoder
;
lv_image_decoder_private.h:62
cached_data
->
decoder
=
decoder
;
lv_image_decoder.c:235
lv_image_decoder_add_to_cache()
dsc
->
decoder
=
(
lv_image_decoder_t
*
)
cached_data
->
decoder
;
lv_image_decoder.c:409
try_cache()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_cache_data_t::decoder
is written by 1 function and is read by 1 function:
lv_image_decoder_add_to_cache()
All items filtered out
lv_image_cache_data_t::decoder
try_cache()
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