Lines Matching full:image
5 * i.MX Queued image conversion support, with tiling and rotation.
15 * struct ipu_image_convert_run - image conversion run request struct
18 * @in_phys: dma addr of input image buffer for this run
19 * @out_phys: dma addr of output image buffer for this run
30 /* internal to image converter, callers don't touch */
46 * @in: input image format, adjusted on return
47 * @out: output image format, adjusted on return
56 * ipu_image_convert_verify() - verify that input/output image formats
59 * @in: input image format
60 * @out: output image format
74 * @in: input image format
75 * @out: output image format
115 * context handle and the dma addr's of the input and output image buffers
140 * ipu_image_convert() - asynchronous image conversion request
144 * @in: input image format
145 * @out: output image format
150 * Request a single image conversion. Returns the run that has been queued.