lv_g2d_buf_map.h

Typedefs

typedef struct lv_map_item lv_map_item_t

Copyright 2024 NXP

SPDX-License-Identifier: MIT

typedef struct lv_buf_map lv_buf_map_t

Functions

void g2d_create_buf_map(void)
void g2d_free_buf_map(void)
void g2d_insert_buf_map(void *key, struct g2d_buf *value)
struct g2d_buf *g2d_search_buf_map(void *key)
void g2d_free_item(void *key)
void g2d_print_table(void)
struct lv_map_item
#include <lv_g2d_buf_map.h>

Copyright 2024 NXP

SPDX-License-Identifier: MIT

Public Members

void *key
struct g2d_buf *value
struct lv_buf_map

Public Members

lv_map_item_t **items
lv_array_t **overflow_list
int size
int count