Lines Matching defs:ipu_image_convert_ctx
140 struct ipu_image_convert_ctx { struct
141 struct ipu_image_convert_chan *chan;
143 ipu_image_convert_cb_t complete;
144 void *complete_context;
147 struct ipu_image_convert_image in;
148 struct ipu_image_convert_image out;
149 struct ipu_ic_csc csc;
150 enum ipu_rotate_mode rot_mode;
151 u32 downsize_coeff_h;
152 u32 downsize_coeff_v;
153 u32 image_resize_coeff_h;
154 u32 image_resize_coeff_v;
155 u32 resize_coeffs_h[MAX_STRIPES_W];
156 u32 resize_coeffs_v[MAX_STRIPES_H];
159 struct ipu_image_convert_dma_buf rot_intermediate[2];
162 int cur_buf_num;
164 bool aborting;
165 struct completion aborted;
168 bool double_buffering;
170 unsigned int num_tiles;
172 unsigned int next_tile;
174 unsigned int out_tile_map[MAX_TILES];
176 struct list_head list;