Lines Matching refs:ctx

87      * @param[in] ctx The context of mpp, created by mpp_create() and initiated
94 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame);
97 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
103 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet);
106 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
112 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame);
116 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
123 MPP_RET (*encode)(MppCtx ctx, MppFrame frame, MppPacket *packet);
126 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
132 MPP_RET (*encode_put_frame)(MppCtx ctx, MppFrame frame);
135 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
141 MPP_RET (*encode_get_packet)(MppCtx ctx, MppPacket *packet);
146 MPP_RET (*isp)(MppCtx ctx, MppFrame dst, MppFrame src);
150 MPP_RET (*isp_put_frame)(MppCtx ctx, MppFrame frame);
154 MPP_RET (*isp_get_frame)(MppCtx ctx, MppFrame *frame);
159 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout);
169 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
176 MPP_RET (*dequeue)(MppCtx ctx, MppPortType type, MppTask *task);
179 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
186 MPP_RET (*enqueue)(MppCtx ctx, MppPortType type, MppTask task);
192 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
197 MPP_RET (*reset)(MppCtx ctx);
200 * @param[in] ctx The context of mpp, created by mpp_create() and initiated
207 MPP_RET (*control)(MppCtx ctx, MpiCmd cmd, MppParam param);
224 * @param[in,out] ctx pointer of the mpp context, refer to MpiImpl_t.
231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
236 * @param[in] ctx The context of mpp, created by mpp_create().
242 MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding);
247 * @param[in] ctx The context of mpp, created by mpp_create().
251 MPP_RET mpp_destroy(MppCtx ctx);