Searched refs:mpp_create (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/inc/ |
| H A D | rk_mpi.h | 231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc2_test.c | 413 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 D | mpi_dec_mt_test.c | 276 ret = mpp_create(&ctx, &mpi); in mt_dec_decode()
|
| H A D | mpi_dec_nt_test.c | 364 ret = mpp_create(&ctx, &mpi); in dec_nt_decode()
|
| H A D | mpi_dec_multi_test.c | 464 ret = mpp_create(&ctx, &mpi); in multi_dec_decode()
|
| H A D | mpi_dec_test.c | 501 ret = mpp_create(&ctx, &mpi); in dec_decode()
|
| H A D | mpi_enc_mt_test.c | 553 ret = mpp_create(&p->ctx, &p->mpi); in mt_test_res_init()
|
| H A D | mpi_enc_test.c | 1176 ret = mpp_create(&p->ctx, &p->mpi); in enc_test()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 260 用户可以通过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 D | Rockchip_Developer_Guide_MPP_EN.md | 247 …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 D | mpi.c | 401 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi) in mpp_create() function
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 316 mpp_create(&mpp_ctx, &mpi); in VpuApiLegacy()
|