Lines Matching defs:ipu_image_convert_ctx
151 struct ipu_image_convert_ctx { struct
152 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;
164 u32 image_resize_coeff_h;
165 u32 image_resize_coeff_v;
166 u32 resize_coeffs_h[MAX_STRIPES_W];
167 u32 resize_coeffs_v[MAX_STRIPES_H];
170 struct ipu_image_convert_dma_buf rot_intermediate[2];
173 int cur_buf_num;
175 bool aborting;
176 struct completion aborted;
179 bool double_buffering;
181 unsigned int num_tiles;
183 unsigned int next_tile;
185 unsigned int out_tile_map[MAX_TILES];
188 enum eof_irq_mask eof_mask;
190 struct list_head list;