Lines Matching full:conversion
5 * i.MX Queued image conversion support, with tiling and rotation.
15 * struct ipu_image_convert_run - image conversion run request struct
17 * @ctx: the conversion context
35 * ipu_image_convert_cb_t - conversion callback function prototype
37 * @run: the completed conversion run pointer
70 * ipu_image_convert_prepare() - prepare a conversion context.
80 * Returns an opaque conversion context pointer on success, error pointer
94 * ipu_image_convert_unprepare() - unprepare a conversion context.
96 * @ctx: the conversion context pointer to unprepare
109 * ipu_image_convert_queue() - queue a conversion run
114 * var) by callers and filled in with a previously prepared conversion
116 * for this conversion run.
118 * When this conversion completes, the run pointer is returned via the
123 * streaming to queue the conversion of a received input buffer.
131 * @ctx: the conversion context pointer
140 * ipu_image_convert() - asynchronous image conversion request
142 * @ipu: the IPU handle to use for the conversion
143 * @ic_task: the IC task to use for the conversion
150 * Request a single image conversion. Returns the run that has been queued.
151 * A conversion context is automatically created and is available in run->ctx.
157 * the context when no more conversion requests are needed.