Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c75 RK_U8 *dec_in_buf_post; member
601 ctx->dec_in_buf_post, ctx->dec_in_buf_post_size); in mpi_rc_post_dec_init()
850 ctx->dec_in_buf_post = mpp_realloc(ctx->dec_in_buf_post, RK_U8, buf_size); in mpi_rc_enc()
853 mpp_packet_set_data(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
855 mpp_packet_set_pos(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
863 mpp_packet_set_pos(ctx->dec_pkt_post, ctx->dec_in_buf_post); in mpi_rc_enc()
920 ctx->dec_in_buf_post = mpp_calloc(RK_U8, packet_size); in mpi_rc_buffer_init()
921 if (NULL == ctx->dec_in_buf_post) { in mpi_rc_buffer_init()
936 MPP_FREE(ctx->dec_in_buf_post); in mpi_rc_buffer_init()
1102 MPP_FREE(ctx->dec_in_buf_post); in mpi_rc_codec()