Lines Matching refs:param
86 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
88 * @param[in] packet The input video stream, its usage can refer mpp_packet.h.
89 * @param[out] frame The output picture, its usage can refer mpp_frame.h.
96 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
98 * @param[in] packet The input video stream, its usage can refer mpp_packet.h.
105 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
107 * @param[out] frame The output picture, its usage can refer mpp_frame.h.
115 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
117 * @param[in] frame The input video data, its usage can refer mpp_frame.h.
118 * @param[out] packet The output compressed data, its usage can refer mpp_packet.h.
125 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
127 * @param[in] frame The input video data, its usage can refer mpp_frame.h.
134 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
136 * @param[out] packet The output compressed data, its usage can refer mpp_packet.h.
158 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
160 * @param[in] type input port or output port which are both for data transaction
161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h.
168 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
170 * @param[in] type input port or output port which are both for data transaction
171 * @param[out] task MppTask popped from mpp task queue, its usage can refer mpp_task.h.
178 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
180 * @param[in] type input port or output port which are both for data transaction
181 * @param[in] task MppTask which is sent to mpp for process, its usage can refer mpp_task.h.
191 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
199 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
201 * @param[in] cmd The mpi command, its definition can refer rk_mpi_cmd.h.
202 * @param[in,out] param The mpi command parameter
206 MPP_RET (*control)(MppCtx ctx, MpiCmd cmd, MppParam param);
223 * @param[in,out] ctx pointer of the mpp context, refer to MpiImpl_t.
224 * @param[in,out] mpi pointer of mpi function, refer to MppApi.
235 * @param[in] ctx The context of mpp, created by mpp_create().
236 * @param[in] type specify decoder or encoder, refer to MppCtxType.
237 * @param[in] coding specify video compression coding, refer to MppCodingType.
246 * Before mpp_start is called both global param and dynamic param can be set.
247 * After mpp_start is called only dynamic param can be set.
248 * This funciton purpose is to stop recieving global param and do
251 * @param[in] ctx The context of mpp, created by mpp_create().
260 * Before mpp_stop is called only dynamic param can be set.
261 * After mpp_stop is called both global param and dynamic param can be set.
263 * to receive global param.
264 * @param[in] ctx The context of mpp, created by mpp_create().
273 * @param[in] ctx The context of mpp, created by mpp_create().
281 * @param[in] type specify decoder or encoder, refer to MppCtxType.
282 * @param[in] coding specify video compression coding, refer to MppCodingType.
289 * @param NULL no need to input parameter