Searched refs:rgb_image (Results 1 – 2 of 2) sorted by relevance
242 int image_rgb_to_yuyv (image_t * rgb_image, image_t * yuyv_image) in image_rgb_to_yuyv() argument244 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()
95 SmartPtr<CLImage> &rgb_image = _defog_handler->get_rgb_channel (i); in prepare_arguments() local96 args.push_back (new CLMemArgument (rgb_image)); in prepare_arguments()