i80_controller sample
lv_image_decoder_t::info_cb
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_t::info_cb
lv_image_decoder_t::info_cb field
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:45
lv_image_decoder_info_f_t
info_cb
;
Examples
References
from
examples
Code
Location
Referrer
lv_image_decoder_info_f_t
info_cb
;
lv_image_decoder_private.h:45
decoder
->
info_cb
=
info_cb
;
lv_image_decoder.c:199
lv_image_decoder_set_info_cb()
if
(
decoder
->
info_cb
&&
decoder
->
open_cb
)
{
lv_image_decoder.c:341
image_decoder_get_info()
lv_result_t
res
=
decoder
->
info_cb
(
decoder
,
dsc
,
header
)
;
lv_image_decoder.c:343
image_decoder_get_info()
Call Tree
from
examples
lv_image_decoder_t::info_cb
is called by 1 function:
image_decoder_get_info()
All items filtered out
lv_image_decoder_t::info_cb
All items filtered out
Data Use
from
examples
lv_image_decoder_t::info_cb
is written by 1 function and is read by 1 function:
lv_image_decoder_set_info_cb()
All items filtered out
lv_image_decoder_t::info_cb
image_decoder_get_info()
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