HomeSort by relevance Sort by last modified time
    Searched refs:rgb_image (Results 1 - 3 of 3) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py 62 rgb_image = its.image.convert_capture_to_rgb_image(cap)
64 rgb_image,
66 rgb_tile = its.image.get_image_patch(rgb_image, 0.45, 0.45, 0.1, 0.1)
86 rgb_image = its.image.convert_capture_to_rgb_image(cap)
91 rgb_image,
94 rgb_image, 0.45, 0.45, 0.1, 0.1)
  /external/u-boot/tools/easylogo/
easylogo.c 242 int image_rgb_to_yuyv (image_t * rgb_image, image_t * yuyv_image)
244 rgb_t *rgb_ptr = (rgb_t *) rgb_image->data;
252 yuyv_image->width = rgb_image->width;
253 yuyv_image->height = rgb_image->height;
261 while ((count++) < rgb_image->pixels) {
  /external/libxcam/modules/ocl/
cl_defog_dcp_handler.cpp 95 SmartPtr<CLImage> &rgb_image = _defog_handler->get_rgb_channel (i); local
96 args.push_back (new CLMemArgument (rgb_image));

Completed in 3574 milliseconds