Lines Matching refs:dec_ctx_post
47 MppCtx dec_ctx_post; member
591 ret = mpp_create(&ctx->dec_ctx_post, &ctx->dec_mpi_post); in mpi_rc_post_dec_init()
598 dec_ctx = ctx->dec_ctx_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()
935 ctx->dec_ctx_post = NULL; in mpi_rc_buffer_init()
1059 CHECK_RET(ctx->dec_mpi_post->reset(ctx->dec_ctx_post)); in mpi_rc_codec()
1092 if (ctx->dec_ctx_post) { in mpi_rc_codec()
1093 mpp_destroy(ctx->dec_ctx_post); in mpi_rc_codec()
1094 ctx->dec_ctx_post = NULL; in mpi_rc_codec()