Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c335 struct lv_img_pixel_color_s * img_dst_p = (struct lv_img_pixel_color_s *)img; in convert_color_depth() local
339 img_dst_p->c = lv_color_hex(temp.full); in convert_color_depth()
340 img_dst_p->alpha = temp.ch.alpha; in convert_color_depth()
343 img_dst_p++; in convert_color_depth()