Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c242 int image_rgb_to_yuyv (image_t * rgb_image, image_t * yuyv_image) in image_rgb_to_yuyv() argument
244 rgb_t *rgb_ptr = (rgb_t *) rgb_image->data; in image_rgb_to_yuyv()
252 yuyv_image->width = rgb_image->width; in image_rgb_to_yuyv()
253 yuyv_image->height = rgb_image->height; in image_rgb_to_yuyv()
261 while ((count++) < rgb_image->pixels) { in image_rgb_to_yuyv()