Lines Matching refs:dec_pkt_post
74 MppPacket dec_pkt_post; member
600 ret = mpp_packet_init(&ctx->dec_pkt_post, in mpi_rc_post_dec_init()
644 mpp_packet_set_eos(ctx->dec_pkt_post); in mpi_rc_dec_post_decode()
649 ctx->dec_pkt_post); in mpi_rc_dec_post_decode()
853 mpp_packet_set_data(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
854 mpp_packet_set_size(ctx->dec_pkt_post, buf_size); in mpi_rc_enc()
855 mpp_packet_set_pos(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
856 mpp_packet_set_length(ctx->dec_pkt_post, 0); in mpi_rc_enc()
861 mpp_packet_write(ctx->dec_pkt_post, 0, ptr, len); in mpi_rc_enc()
863 mpp_packet_set_pos(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
864 mpp_packet_set_length(ctx->dec_pkt_post, len); in mpi_rc_enc()
865 mpp_packet_set_size(ctx->dec_pkt_post, len); in mpi_rc_enc()
872 mpp_packet_write(ctx->dec_pkt_post, 0, ptr, len); in mpi_rc_enc()
880 mpp_packet_write(ctx->dec_pkt_post, 0, ptr, len); in mpi_rc_enc()
1077 if (ctx->dec_pkt_post) { in mpi_rc_codec()
1078 mpp_packet_deinit(&ctx->dec_pkt_post); in mpi_rc_codec()
1079 ctx->dec_pkt_post = NULL; in mpi_rc_codec()