Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.h19 MppApi *mpi;
38 MppApi *mpp_mpi = NULL;
H A Dmpp_encoder.h82 MppApi* mpp_mpi = NULL;
H A Dmpp_decoder.cpp126 MppApi *mpi = data->mpi; in Decode()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi.h213 } MppApi; typedef
231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi.h213 } MppApi; typedef
231 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c38 MppApi *mpi;
64 MppApi *mpi = data->mpi; in thread_input()
122 MppApi *mpi = data->mpi; in thread_output()
243 MppApi *mpi = NULL; in mt_dec_decode()
H A Dmpi_dec_test.c35 MppApi *mpi;
68 MppApi *mpi = data->mpi; in dec_simple()
345 MppApi *mpi = data->mpi; in dec_advanced()
485 MppApi *mpi = data->mpi; in thread_decode()
531 MppApi *mpi = NULL; in dec_decode()
H A Dmpi_rc2_test.c60 MppApi *enc_mpi;
61 MppApi *dec_mpi_post;
62 MppApi *dec_mpi_pre;
414 MppApi *enc_mpi = NULL; in mpi_rc_enc_init()
596 MppApi *dec_mpi = NULL; in mpi_rc_post_dec_init()
719 MppApi *dec_mpi = NULL; in mpi_rc_pre_dec_init()
808 MppApi *mpi = ctx->dec_mpi_pre; in mpi_rc_enc()
969 MppApi *mpi = ctx->dec_mpi_pre; in rc2_pre_dec_thread()
H A Dmpi_dec_multi_test.c39 MppApi *mpi;
83 MppApi *mpi = data->mpi; in multi_dec_simple()
267 MppApi *mpi = data->mpi; in multi_dec_advanced()
405 MppApi *mpi = NULL; in multi_dec_decode()
H A Dmpi_dec_nt_test.c35 MppApi *mpi;
68 MppApi *mpi = data->mpi; in dec_loop()
364 MppApi *mpi = NULL; in dec_nt_decode()
H A Dmpi_enc_mt_test.cpp40 MppApi *mpi;
298 MppApi *mpi = p->mpi; in test_mt_cfg_setup()
671 MppApi *mpi = p->mpi; in enc_test_input()
886 MppApi *mpi = p->mpi; in enc_test_output()
H A Dmpi_enc_test.c40 MppApi *mpi;
290 MppApi *mpi = p->mpi; in test_mpp_enc_cfg_setup()
537 MppApi *mpi = p->mpi; in test_mpp_run()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp37 MppApi *mpi;
75 MPP_RET vpu_api_mlvec_setup(VpuApiMlvec ctx, MppCtx mpp, MppApi *mpi, MppEncCfg enc_cfg) in vpu_api_mlvec_setup()
138 MppApi *mpi = impl->mpi; in vpu_api_mlvec_set_st_cfg()
243 MppApi *mpi = impl->mpi; in vpu_api_mlvec_set_dy_max_tid()
H A Dvpu_api_mlvec.h78 MPP_RET vpu_api_mlvec_setup(VpuApiMlvec ctx, MppCtx mpp, MppApi *mpi, MppEncCfg enc_cfg);
H A Dvpu_api_legacy.h76 MppApi *mpi;
H A Dvpu_api_legacy.cpp91 static MPP_RET vpu_api_set_enc_cfg(MppCtx mpp_ctx, MppApi *mpi, MppEncCfg enc_cfg, in vpu_api_set_enc_cfg()
332 MppCtx mpp_ctx, MppApi *mpi, VPU_GENERIC *p) in init_frame_info()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpi_impl.h36 MppApi *api;
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppenc.h90 MppApi *mpi;
H A Dgstmppdec.h90 MppApi *mpi;
H A Dgstmppenc.c139 MppApi *mpi; in gst_mpp_enc_supported()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp392 static MppApi mpp_api = {
412 MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi) in mpp_create()