Searched refs:mpp_create (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_mpi.h | 231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_mpi.h | 231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_decoder.cpp | 64 ret = mpp_create(&mpp_ctx, &mpp_mpi); in Init()
|
| H A D | mpp_encoder.cpp | 387 ret = mpp_create(&this->mpp_ctx, &this->mpp_mpi); in Init()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 425 ret = mpp_create(&ctx->enc_ctx, &ctx->enc_mpi); in mpi_rc_enc_init() 603 ret = mpp_create(&ctx->dec_ctx_post, &ctx->dec_mpi_post); in mpi_rc_post_dec_init() 732 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 | 283 ret = mpp_create(&ctx, &mpi); in mt_dec_decode()
|
| H A D | mpi_dec_nt_test.c | 446 ret = mpp_create(&ctx, &mpi); in dec_nt_decode()
|
| H A D | mpi_dec_multi_test.c | 470 ret = mpp_create(&ctx, &mpi); in multi_dec_decode()
|
| H A D | mpi_dec_test.c | 612 ret = mpp_create(&ctx, &mpi); in dec_decode()
|
| H A D | mpi_enc_test.c | 892 ret = mpp_create(&p->ctx, &p->mpi); in enc_test()
|
| H A D | mpi_enc_mt_test.cpp | 559 ret = mpp_create(&p->ctx, &p->mpi); in mt_test_res_init()
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpi.cpp | 412 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi) in mpp_create() function
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmppenc.c | 141 if (mpp_create (&mpp_ctx, &mpi)) in gst_mpp_enc_supported() 510 if (mpp_create (&self->mpp_ctx, &self->mpi)) in gst_mpp_enc_start()
|
| H A D | gstmppdec.c | 251 if (mpp_create (&self->mpp_ctx, &self->mpi)) in gst_mpp_dec_start()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 289 mpp_create(&mpp_ctx, &mpi); in VpuApiLegacy()
|