Home
last modified time | relevance | path

Searched refs:mpp_dec_cfg_init (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_dec_cfg_test.c38 ret = mpp_dec_cfg_init(&cfg); in main()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_vdec_cfg.h29 MPP_RET mpp_dec_cfg_init(MppDecCfg *cfg);
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_vdec_cfg.h29 MPP_RET mpp_dec_cfg_init(MppDecCfg *cfg);
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp76 mpp_dec_cfg_init(&cfg); in Init()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c310 mpp_dec_cfg_init(&cfg); in mt_dec_decode()
H A Dmpi_dec_nt_test.c463 mpp_dec_cfg_init(&cfg); in dec_nt_decode()
H A Dmpi_dec_multi_test.c485 mpp_dec_cfg_init(&cfg); in multi_dec_decode()
H A Dmpi_dec_test.c627 mpp_dec_cfg_init(&cfg); in dec_decode()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1641 ret = mpp_dec_cfg_init(&cfg); in control()
1655 ret = mpp_dec_cfg_init(&cfg); in control()
1670 ret = mpp_dec_cfg_init(&cfg); in control()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp275 MPP_RET mpp_dec_cfg_init(MppDecCfg *cfg) in mpp_dec_cfg_init() function