Lines Matching refs:mpi
27 MppApi *mpi; member
54 MppApi *mpi = data->mpi; in thread_input() local
88 ret = mpi->decode_put_packet(ctx, packet); in thread_input()
112 MppApi *mpi = data->mpi; in thread_output() local
121 MPP_RET ret = mpi->decode_get_frame(ctx, &frame); in thread_output()
154 ret = mpi->control(ctx, MPP_DEC_SET_FRAME_INFO, frm); in thread_output()
165 ret = mpi->control(ctx, MPP_DEC_SET_EXT_BUF_GROUP, grp); in thread_output()
172 ret = mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL); in thread_output()
230 MppApi *mpi = NULL; in mt_dec_decode() local
276 ret = mpp_create(&ctx, &mpi); in mt_dec_decode()
296 ret = mpi->control(ctx, MPP_SET_OUTPUT_TIMEOUT, param); in mt_dec_decode()
306 ret = mpi->control(ctx, MPP_DEC_GET_CFG, cfg); in mt_dec_decode()
322 ret = mpi->control(ctx, MPP_DEC_SET_CFG, cfg); in mt_dec_decode()
330 data.mpi = mpi; in mt_dec_decode()
370 ret = mpi->reset(ctx); in mt_dec_decode()