Searched refs:ic_image (Results 1 – 1 of 1) sorted by relevance
347 ic_image->base.pix.width, ic_image->base.pix.height, in dump_format()348 ic_image->num_cols, ic_image->num_rows, in dump_format()349 ic_image->fmt->fourcc & 0xff, in dump_format()350 (ic_image->fmt->fourcc >> 8) & 0xff, in dump_format()351 (ic_image->fmt->fourcc >> 16) & 0xff, in dump_format()1929 ic_image->base = *image; in fill_image()1930 ic_image->type = type; in fill_image()1933 if (!ic_image->fmt) { in fill_image()1939 if (ic_image->fmt->planar) in fill_image()1940 ic_image->stride = ic_image->base.pix.width; in fill_image()[all …]
Completed in 8 milliseconds