Lines Matching defs:ipu_image_convert_ctx
154 struct ipu_image_convert_ctx { struct
155 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;
167 u32 image_resize_coeff_h;
168 u32 image_resize_coeff_v;
169 u32 resize_coeffs_h[MAX_STRIPES_W];
170 u32 resize_coeffs_v[MAX_STRIPES_H];
173 struct ipu_image_convert_dma_buf rot_intermediate[2];
176 int cur_buf_num;
178 bool aborting;
179 struct completion aborted;
182 bool double_buffering;
184 unsigned int num_tiles;
186 unsigned int next_tile;
188 unsigned int out_tile_map[MAX_TILES];
191 enum eof_irq_mask eof_mask;
193 struct list_head list;