i80_controller sample
lv_image_decoder_dsc_t::cache
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_decoder_dsc_t::cache
lv_image_decoder_dsc_t::cache field
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:108
lv_cache_t
*
cache
;
Examples
References
from
examples
Code
Location
Referrer
lv_cache_t
*
cache
;
lv_image_decoder_private.h:108
dsc
->
cache
=
img_cache_p
;
lv_image_decoder.c:101
lv_image_decoder_open()
if
(
lv_image_cache_is_enabled
(
)
&&
dsc
->
cache
&&
dsc
->
cache_entry
)
{
lv_image_decoder.c:160
lv_image_decoder_close()
lv_cache_release
(
dsc
->
cache
,
dsc
->
cache_entry
,
NULL
)
;
lv_image_decoder.c:162
lv_image_decoder_close()
lv_cache_t
*
cache
=
dsc
->
cache
;
lv_image_decoder.c:398
try_cache()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_decoder_dsc_t::cache
is written by 1 function and is read by 2 functions:
lv_image_decoder_open()
All items filtered out
lv_image_decoder_dsc_t::cache
lv_image_decoder_close()
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