Home
last modified time | relevance | path

Searched refs:convert_color_depth (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlv_lodepng.c36 static void convert_color_depth(uint8_t * img_p, uint32_t px_cnt);
252 convert_color_depth(decoded->data, png_width * png_height); in decode_png_data()
262 static void convert_color_depth(uint8_t * img_p, uint32_t px_cnt) in convert_color_depth() function