Lines Matching refs:param
87 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
89 * @param[in] packet The input video stream, its usage can refer mpp_packet.h.
90 * @param[out] frame The output picture, its usage can refer mpp_frame.h.
97 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
99 * @param[in] packet The input video stream, its usage can refer mpp_packet.h.
106 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
108 * @param[out] frame The output picture, its usage can refer mpp_frame.h.
116 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
118 * @param[in] frame The input video data, its usage can refer mpp_frame.h.
119 * @param[out] packet The output compressed data, its usage can refer mpp_packet.h.
126 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
128 * @param[in] frame The input video data, its usage can refer mpp_frame.h.
135 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
137 * @param[out] packet The output compressed data, its usage can refer mpp_packet.h.
159 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
161 * @param[in] type input port or output port which are both for data transaction
162 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h.
169 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
171 * @param[in] type input port or output port which are both for data transaction
172 * @param[out] task MppTask popped from mpp task queue, its usage can refer mpp_task.h.
179 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
181 * @param[in] type input port or output port which are both for data transaction
182 * @param[in] task MppTask which is sent to mpp for process, its usage can refer mpp_task.h.
192 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
200 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
202 * @param[in] cmd The mpi command, its definition can refer rk_mpi_cmd.h.
203 * @param[in,out] param The mpi command parameter
207 MPP_RET (*control)(MppCtx ctx, MpiCmd cmd, MppParam param);
224 * @param[in,out] ctx pointer of the mpp context, refer to MpiImpl_t.
225 * @param[in,out] mpi pointer of mpi function, refer to MppApi.
236 * @param[in] ctx The context of mpp, created by mpp_create().
237 * @param[in] type specify decoder or encoder, refer to MppCtxType.
238 * @param[in] coding specify video compression coding, refer to MppCodingType.
247 * @param[in] ctx The context of mpp, created by mpp_create().
255 * @param[in] type specify decoder or encoder, refer to MppCtxType.
256 * @param[in] coding specify video compression coding, refer to MppCodingType.
263 * @param NULL no need to input parameter