i80_controller sample
decode_indexed()
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
decode_indexed()
decode_indexed() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_bin_decoder.c:66
static
lv_result_t
decode_indexed
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder_dsc_t
*
dsc
)
;
Implemented in
lv_bin_decoder.c:554
Arguments
Argument
decoder
dsc
Examples
References
from
examples
Code
Location
Referrer
static
lv_result_t
decode_indexed
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder_dsc_t
*
dsc
)
lv_bin_decoder.c:554
static
lv_result_t
decode_indexed
(
lv_image_decoder_t
*
decoder
,
lv_image_decoder_dsc_t
*
dsc
)
;
lv_bin_decoder.c:66
res
=
decode_indexed
(
decoder
,
dsc
)
;
lv_bin_decoder.c:227
lv_bin_decoder_open()
res
=
decode_indexed
(
decoder
,
dsc
)
;
lv_bin_decoder.c:274
lv_bin_decoder_open()
Call Tree
from
examples
decode_indexed()
is called by 1 function and calls 3 functions:
lv_bin_decoder_open()
All items filtered out
decode_indexed()
lv_malloc()
lv_free()
fs_read_file_at()
All items filtered out
Data Use
from
examples
decode_indexed()
reads 21 variables and writes 3 variables:
lv_fs_res_t::LV_FS_RES_OK
lv_image_src_t::LV_IMAGE_SRC_VARIABLE
lv_image_src_t::LV_IMAGE_SRC_FILE
lv_color_format_t::LV_COLOR_FORMAT_I1
lv_color_format_t::LV_COLOR_FORMAT_I2
lv_color_format_t::LV_COLOR_FORMAT_I4
lv_color_format_t::LV_COLOR_FORMAT_I8
lv_image_header_t::cf
lv_image_header_t::flags
lv_image_header_t::stride
lv_image_flags_t::LV_IMAGE_FLAGS_COMPRESSED
lv_image_dsc_t::data
lv_draw_buf_t::data
lv_result_t::LV_RESULT_INVALID
lv_result_t::LV_RESULT_OK
lv_image_decoder_dsc_t::src
lv_image_decoder_dsc_t::src_type
lv_image_decoder_dsc_t::header
lv_image_decoder_dsc_t::user_data
decoder_data_t::f
decoder_data_t::decompressed
All items filtered out
decode_indexed()
lv_image_decoder_dsc_t::palette
lv_image_decoder_dsc_t::palette_size
decoder_data_t::palette
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