Searched defs:ipu_image_convert_ctx (Results 1 – 1 of 1) sorted by relevance
151 struct ipu_image_convert_ctx { struct152 struct ipu_image_convert_chan *chan;154 ipu_image_convert_cb_t complete;155 void *complete_context;158 struct ipu_image_convert_image in;159 struct ipu_image_convert_image out;160 struct ipu_ic_csc csc;161 enum ipu_rotate_mode rot_mode;162 u32 downsize_coeff_h;163 u32 downsize_coeff_v;[all …]