• Home
  • Raw
  • Download

Lines Matching +full:input +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2012-2016 Mentor Graphics Inc.
10 #include <video/imx-ipu-v3.h>
15 * struct ipu_image_convert_run - image conversion run request struct
18 * @in_phys: dma addr of input image buffer for this run
35 * ipu_image_convert_cb_t - conversion callback function prototype
44 * ipu_image_convert_enum_format() - enumerate the image converter's
45 * supported input and output pixel formats.
50 * Returns 0 with a valid index and fills in v4l2 fourcc, -EINVAL otherwise.
57 * ipu_image_convert_adjust() - adjust input/output images to IPU restrictions.
59 * @in: input image format, adjusted on return
61 * @rot_mode: rotation mode
69 * ipu_image_convert_verify() - verify that input/output image formats
70 * and rotation mode meet IPU restrictions.
72 * @in: input image format
74 * @rot_mode: rotation mode
76 * Returns 0 if the formats and rotation mode meet IPU restrictions,
77 * -EINVAL otherwise.
83 * ipu_image_convert_prepare() - prepare a conversion context.
87 * @in: input image format
89 * @rot_mode: rotation mode
94 * on failure. The input/output formats and rotation mode must already meet
107 * ipu_image_convert_unprepare() - unprepare a conversion context.
122 * ipu_image_convert_queue() - queue a conversion run
128 * context handle and the dma addr's of the input and output image buffers
136 * streaming to queue the conversion of a received input buffer.
142 * ipu_image_convert_abort() - abort conversions
153 * ipu_image_convert() - asynchronous image conversion request
157 * @in: input image format
159 * @rot_mode: rotation mode
164 * A conversion context is automatically created and is available in run->ctx.
165 * As with ipu_image_convert_prepare(), the input/output formats and rotation
166 * mode must already meet IPU retrictions.
169 * the prepared context in run->ctx. The caller is responsible for unpreparing
180 * ipu_image_convert_sync() - synchronous single image conversion request
184 * @in: input image format
186 * @rot_mode: rotation mode
189 * completes. The input/output formats and rotation mode must already