Home
last modified time | relevance | path

Searched refs:decode_put_packet (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppvideodec.c209 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 DREADME.md9 use sync interface and async interface(decode_put_packet and decode_get_frame),
H A Dmpi_dec_mt_test.c98 ret = mpi->decode_put_packet(ctx, packet); in thread_input()
H A Dmpi_rc2_test.c660 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 Dmpi_dec_multi_test.c119 ret = mpi->decode_put_packet(ctx, packet); in multi_dec_simple()
H A Dmpi_dec_test.c107 ret = mpi->decode_put_packet(ctx, packet); in dec_simple()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi.h103 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet); member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi.h103 MPP_RET (*decode_put_packet)(MppCtx ctx, MppPacket packet); member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp151 ret = mpi->decode_put_packet(ctx, packet); in Decode()
/OK3568_Linux_fs/external/mpp/debian/
H A Dchangelog212 * [mpi]: decode_put_packet() would return the internal error
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp486 mpi->decode_put_packet(mpp_ctx, pkt); in init()
932 ret = mpi->decode_put_packet(mpp_ctx, mpkt); in decode_sendstream()