Lines Matching refs:MppCtx

245 ## 2.6 Instance context structure(MppCtx
247 MppCtx is the MPP instance context handle provided to user as decoder or encoder. Users can create
250 <center>Figure 10 MppCtx usage process</center>
260 | decode | Function pointer | MPP_RET (\*decode)(MppCtx ctx, MppPacket packet, MppFrame…
261 | decode_put_packet | Function pointer | MPP_RET (\*decode_put_packet)(MppCtx ctx, MppPacket packe…
262 | decode_get_frame | Function pointer | MPP_RET (\*decode_get_frame)(MppCtx ctx, MppFrame \*frame…
263 | encode | Function pointer | MPP_RET (\*encode)(MppCtx ctx, MppFrame frame, MppPacket …
264 | encode_put_frame | Function pointer | MPP_RET (\*encode_put_frame)(MppCtx ctx, MppFrame frame) <…
265 | encode_get_packet | Function pointer | MPP_RET (\*encode_get_packet)(MppCtx ctx, MppPacket \*pac…
266 | poll | Function pointer | MPP_RET (\*poll)(MppCtx ctx, MppPortType type, MppPollTyp…
267 | dequeue | Function pointer | MPP_RET (\*dequeue)(MppCtx ctx, MppPortType type, MppTask…
268 | enqueue | Function pointer | MPP_RET (\*enqueue)( MppCtx ctx, MppPortType type, MppTas…
269 … Function pointer | MPP_RET (\*reset)(MppCtx ctx) The reset interface is used to reset the interna…
270 | control | Function pointer | MPP_RET (\*control)(MppCtx ctx, MpiCmd cmd, MppParam para…
274 …ugh function pointer in C structure. Users can use MPP context structure MppCtx and MPI interface …
279 …ove mpp_create, mpp_init and mpp_destroy are the interfaces of operating MppCtx. The mpp_create in…
287 | Interface definition | MPP_RET decode_put_packet(MppCtx ctx, MppPacket packet) |
327 | Interface definition | MPP_RET decode_get_frame(MppCtx ctx, MppFrame \*frame) …
517 | Interface definition | MPP_RET encode_put_frame(MppCtx ctx, MppFrame frame) |
533 | Interface definition | MPP_RET encode_get_packet(MppCtx ctx, MppPacket \*packet) …
609 … MppEncCodecCfg, which needs to be consistent with the parameters of the MppCtx initialization fun…