Home
last modified time | relevance | path

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

/external/u-boot/tools/easylogo/
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()
/external/libxcam/modules/ocl/
Dcl_defog_dcp_handler.cpp95 SmartPtr<CLImage> &rgb_image = _defog_handler->get_rgb_channel (i); in prepare_arguments() local
96 args.push_back (new CLMemArgument (rgb_image)); in prepare_arguments()