22.2.11 lcd_show_streams
Set YUV framebuffer for the required layer.
static int32_t lcd_show_streams(
uint8_t layer,
void * fb1,
void * fb2,
void * fb3
)
This function set the YUV framebuffer pointer for the required layer.
Parameters
- layer
-
Type: uint8_t
Index of layer.
- fb1
-
Type: void *
Pointer to framebuffer of Y.
- fb2
-
Type: void *
Pointer to framebuffer of U or UV, NULL if no used.
- fb3
-
Type: void *
Pointer to framebuffer of V, NULL if no used.
Returns
Type: int32_t
Set status.