Home
last modified time | relevance | path

Searched refs:decode_get_frame (Results 1 – 10 of 10) sorted by relevance

/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.c131 MPP_RET ret = mpi->decode_get_frame(ctx, &frame); in thread_output()
H A Dmpi_rc2_test.c671 ret = ctx->dec_mpi_post->decode_get_frame(ctx->dec_ctx_post, in mpi_rc_dec_post_decode()
813 ret = mpi->decode_get_frame(dec_ctx, &frm); in mpi_rc_enc()
H A Dmpi_dec_multi_test.c133 ret = mpi->decode_get_frame(ctx, &frame); in multi_dec_simple()
H A Dmpi_dec_test.c121 ret = mpi->decode_get_frame(ctx, &frame); in dec_simple()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi.h112 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame); member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi.h112 MPP_RET (*decode_get_frame)(MppCtx ctx, MppFrame *frame); member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp161 ret = mpi->decode_get_frame(ctx, &frame); in Decode()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppvideodec.c270 mppdec->mpi->decode_get_frame (mppdec->mpp_ctx, &mframe); in gst_mpp_video_dec_poll_mpp_frame()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp970 ret = mpi->decode_get_frame(mpp_ctx, &mframe); in decode_getoutframe()