i80_controller sample
decoder_data_t::decoded
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
decoder_data_t::decoded
decoder_data_t::decoded field
Syntax
Show:
Summary
Declaration
from
lv_bin_decoder.c:55
lv_draw_buf_t
*
decoded
;
Examples
References
from
examples
Code
Location
Referrer
lv_draw_buf_t
*
decoded
;
/*A draw buf to store decoded image*/
lv_bin_decoder.c:55
decoder_data
->
decoded
=
adjusted
;
/*Now this new buffer need to be free'd on decoder close*/
lv_bin_decoder.c:338
lv_bin_decoder_open()
decoder_data
->
decoded
=
NULL
;
/*Cache will take care of it*/
lv_bin_decoder.c:360
lv_bin_decoder_open()
if
(
decoder_data
->
decoded
)
lv_draw_buf_destroy
(
decoder_data
->
decoded
)
;
lv_bin_decoder.c:547
free_decoder_data()
decoder_data
->
decoded
=
decoded
;
lv_bin_decoder.c:889
decode_alpha_only()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
decoder_data_t::decoded
is written by 2 functions and is read by 1 function:
lv_bin_decoder_open()
decode_alpha_only()
All items filtered out
decoder_data_t::decoded
free_decoder_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