Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c50 MppApi *dec_mpi_post; member
591 ret = mpp_create(&ctx->dec_ctx_post, &ctx->dec_mpi_post); in mpi_rc_post_dec_init()
597 dec_mpi = ctx->dec_mpi_post; in mpi_rc_post_dec_init()
648 ret = ctx->dec_mpi_post->decode_put_packet(ctx->dec_ctx_post, in mpi_rc_dec_post_decode()
659 ret = ctx->dec_mpi_post->decode_get_frame(ctx->dec_ctx_post, in mpi_rc_dec_post_decode()
669 ctx->dec_mpi_post->control(ctx->dec_ctx_post, in mpi_rc_dec_post_decode()
788 ctx->dec_mpi_post->control(ctx->dec_ctx_post, MPP_DEC_SET_FRAME_INFO, (MppParam)frm); in mpi_rc_info_change()
1059 CHECK_RET(ctx->dec_mpi_post->reset(ctx->dec_ctx_post)); in mpi_rc_codec()