Searched refs:ic_image (Results 1 – 1 of 1) sorted by relevance
322 struct ipu_image_convert_image *ic_image) in dump_format() argument330 ic_image->type == IMAGE_CONVERT_OUT ? "Output" : "Input", in dump_format()331 ic_image->base.pix.width, ic_image->base.pix.height, in dump_format()332 ic_image->num_cols, ic_image->num_rows, in dump_format()333 ic_image->fmt->fourcc & 0xff, in dump_format()334 (ic_image->fmt->fourcc >> 8) & 0xff, in dump_format()335 (ic_image->fmt->fourcc >> 16) & 0xff, in dump_format()336 (ic_image->fmt->fourcc >> 24) & 0xff); in dump_format()1891 struct ipu_image_convert_image *ic_image, in fill_image() argument1897 ic_image->base = *image; in fill_image()[all …]