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