i80_controller sample
decode_indexed_line()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_line()
decode_indexed_line() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_bin_decoder.c:72
static
lv_result_t
decode_indexed_line
(
lv_color_format_t
color_format
,
const
lv_color32_t
*
palette
,
int32_t
x
,
int32_t
w_px
,
const
uint8_t
*
in
,
lv_color32_t
*
out
)
;
Implemented in
lv_bin_decoder.c:1012
Arguments
Argument
color_format
palette
x
w_px
in
out
Examples
References
from
examples
Code
Location
Referrer
static
lv_result_t
decode_indexed_line
(
lv_color_format_t
color_format
,
const
lv_color32_t
*
palette
,
int32_t
x
,
lv_bin_decoder.c:1012
static
lv_result_t
decode_indexed_line
(
lv_color_format_t
color_format
,
const
lv_color32_t
*
palette
,
int32_t
x
,
lv_bin_decoder.c:72
decode_indexed_line
(
cf
,
dsc
->
palette
,
x_fraction
,
w_px
,
buf
,
(
lv_color32_t
*
)
img_data
)
;
lv_bin_decoder.c:467
lv_bin_decoder_get_area()
Call Tree
from
examples
decode_indexed_line()
is called by 1 function:
lv_bin_decoder_get_area()
All items filtered out
decode_indexed_line()
All items filtered out
Data Use
from
examples
decode_indexed_line()
reads 6 variables:
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_result_t::LV_RESULT_INVALID
lv_result_t::LV_RESULT_OK
All items filtered out
decode_indexed_line()
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