i80_controller sample
lv_image_decoder_args_t::stride_align
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_args_t::stride_align
lv_image_decoder_args_t::stride_align field
Whether stride should be aligned
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:37
bool
stride_align
;
Examples
References
from
examples
Code
Location
Referrer
bool
stride_align
;
/**< Whether stride should be aligned */
lv_image_decoder_private.h:37
.
stride_align
=
LV_DRAW_BUF_STRIDE_ALIGN
!=
1
,
lv_image_decoder.c:117
lv_image_decoder_open()
if
(
args
->
stride_align
&&
decoded
->
header
.
cf
!=
LV_COLOR_FORMAT_RGB565A8
)
{
lv_image_decoder.c:245
lv_image_decoder_post_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_decoder_args_t::stride_align
is read by 1 function:
All items filtered out
lv_image_decoder_args_t::stride_align
lv_image_decoder_post_process()
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