rgb_panel sample
transform_l8_to_al88()
is only used within rgb_panel 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
rgb_panel sample
transform_l8_to_al88()
transform_l8_to_al88() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_sw_transform.c:79
static
void
transform_l8_to_al88
(
const
uint8_t
*
src
,
int32_t
src_w
,
int32_t
src_h
,
int32_t
src_stride
,
int32_t
xs_ups
,
int32_t
ys_ups
,
int32_t
xs_step
,
int32_t
ys_step
,
int32_t
x_end
,
uint8_t
*
abuf
,
bool
aa
)
;
Implemented in
lv_draw_sw_transform.c:684
Arguments
Argument
Declared as
src
const
uint8_t
*
src_w
int32_t
src_h
int32_t
src_stride
int32_t
xs_ups
int32_t
ys_ups
int32_t
xs_step
int32_t
ys_step
int32_t
x_end
int32_t
abuf
uint8_t
*
aa
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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