Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Drk_mpi.h231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
/rockchip-linux_mpp/test/
H A Dmpi_rc2_test.c413 ret = mpp_create(&ctx->enc_ctx, &ctx->enc_mpi); in mpi_rc_enc_init()
591 ret = mpp_create(&ctx->dec_ctx_post, &ctx->dec_mpi_post); in mpi_rc_post_dec_init()
720 ret = mpp_create(&ctx->dec_ctx_pre, &ctx->dec_mpi_pre); in mpi_rc_pre_dec_init()
H A Dmpi_dec_mt_test.c276 ret = mpp_create(&ctx, &mpi); in mt_dec_decode()
H A Dmpi_dec_nt_test.c364 ret = mpp_create(&ctx, &mpi); in dec_nt_decode()
H A Dmpi_dec_multi_test.c464 ret = mpp_create(&ctx, &mpi); in multi_dec_decode()
H A Dmpi_dec_test.c501 ret = mpp_create(&ctx, &mpi); in dec_decode()
H A Dmpi_enc_mt_test.c553 ret = mpp_create(&p->ctx, &p->mpi); in mt_test_res_init()
H A Dmpi_enc_test.c1176 ret = mpp_create(&p->ctx, &p->mpi); in enc_test()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md260 用户可以通过mpp_create接口获取MppCtx实例以及MppApi结构体,再通过mpp_init来初始化MppCtx的编解码类型与格式,之后通过decode_xxx/encode_xxx以及p…
294 如上图所示,mpp_create,mpp_init,mpp_destroy是操作MppCtx接口的过程,其中mpp_create接口也获取到了MPI接口结构体MppApi,真正的编码与解码过程是通过…
H A DRockchip_Developer_Guide_MPP_EN.md247 …r or encoder. Users can create MppCtx instance and MppApi structure by mpp_create function, initia…
279 As shown in the figure above mpp_create, mpp_init and mpp_destroy are the interfaces of operating M…
/rockchip-linux_mpp/mpp/
H A Dmpi.c401 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi) in mpp_create() function
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp316 mpp_create(&mpp_ctx, &mpi); in VpuApiLegacy()