Searched refs:decode_put_packet (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppvideodec.c | 209 mppdec->mpi->decode_put_packet (mppdec->mpp_ctx, mpkt); in gst_mpp_video_dec_startup() 245 ret = mppdec->mpi->decode_put_packet (mppdec->mpp_ctx, mpkt); in gst_mpp_video_dec_send_mpp_packet() 293 ret = mppdec->mpi->decode_put_packet (mppdec->mpp_ctx, mpkt); in gst_mpp_video_dec_shutdown()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | README.md | 9 use sync interface and async interface(decode_put_packet and decode_get_frame),
|
| H A D | mpi_dec_mt_test.c | 98 ret = mpi->decode_put_packet(ctx, packet); in thread_input()
|
| H A D | mpi_rc2_test.c | 660 ret = ctx->dec_mpi_post->decode_put_packet(ctx->dec_ctx_post, in mpi_rc_dec_post_decode() 1007 ret = mpi->decode_put_packet(dec_ctx, packet); in rc2_pre_dec_thread()
|
| H A D | mpi_dec_multi_test.c | 119 ret = mpi->decode_put_packet(ctx, packet); in multi_dec_simple()
|
| H A D | mpi_dec_test.c | 107 ret = mpi->decode_put_packet(ctx, packet); in dec_simple()
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_mpi.h | 103 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet); member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_mpi.h | 103 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet); member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_decoder.cpp | 151 ret = mpi->decode_put_packet(ctx, packet); in Decode()
|
| /OK3568_Linux_fs/external/mpp/debian/ |
| H A D | changelog | 212 * [mpi]: decode_put_packet() would return the internal error
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 486 mpi->decode_put_packet(mpp_ctx, pkt); in init() 932 ret = mpi->decode_put_packet(mpp_ctx, mpkt); in decode_sendstream()
|