Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_vdec_cfg.h23 typedef void* MppDecCfg; typedef
29 MPP_RET mpp_dec_cfg_init(MppDecCfg *cfg);
30 MPP_RET mpp_dec_cfg_deinit(MppDecCfg cfg);
32 MPP_RET mpp_dec_cfg_set_s32(MppDecCfg cfg, const char *name, RK_S32 val);
33 MPP_RET mpp_dec_cfg_set_u32(MppDecCfg cfg, const char *name, RK_U32 val);
34 MPP_RET mpp_dec_cfg_set_s64(MppDecCfg cfg, const char *name, RK_S64 val);
35 MPP_RET mpp_dec_cfg_set_u64(MppDecCfg cfg, const char *name, RK_U64 val);
36 MPP_RET mpp_dec_cfg_set_ptr(MppDecCfg cfg, const char *name, void *val);
38 MPP_RET mpp_dec_cfg_get_s32(MppDecCfg cfg, const char *name, RK_S32 *val);
39 MPP_RET mpp_dec_cfg_get_u32(MppDecCfg cfg, const char *name, RK_U32 *val);
[all …]
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_vdec_cfg.h23 typedef void* MppDecCfg; typedef
29 MPP_RET mpp_dec_cfg_init(MppDecCfg *cfg);
30 MPP_RET mpp_dec_cfg_deinit(MppDecCfg cfg);
32 MPP_RET mpp_dec_cfg_set_s32(MppDecCfg cfg, const char *name, RK_S32 val);
33 MPP_RET mpp_dec_cfg_set_u32(MppDecCfg cfg, const char *name, RK_U32 val);
34 MPP_RET mpp_dec_cfg_set_s64(MppDecCfg cfg, const char *name, RK_S64 val);
35 MPP_RET mpp_dec_cfg_set_u64(MppDecCfg cfg, const char *name, RK_U64 val);
36 MPP_RET mpp_dec_cfg_set_ptr(MppDecCfg cfg, const char *name, void *val);
38 MPP_RET mpp_dec_cfg_get_s32(MppDecCfg cfg, const char *name, RK_S32 *val);
39 MPP_RET mpp_dec_cfg_get_u32(MppDecCfg cfg, const char *name, RK_U32 *val);
[all …]
/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()
304 MPP_RET mpp_dec_cfg_deinit(MppDecCfg cfg) in mpp_dec_cfg_deinit()
317 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type val) \
341 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type *val) \
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_dec_cfg_test.c30 MppDecCfg cfg; in main()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Dmpp_decoder.cpp61 MppDecCfg cfg = NULL; in Init()
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c250 MppDecCfg cfg = NULL; in mt_dec_decode()
H A Dmpi_dec_nt_test.c376 MppDecCfg cfg = NULL; in dec_nt_decode()
H A Dmpi_dec_multi_test.c412 MppDecCfg cfg = NULL; in multi_dec_decode()
H A Dmpi_dec_test.c543 MppDecCfg cfg = NULL; in dec_decode()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp1639 MppDecCfg cfg; in control()
1653 MppDecCfg cfg; in control()
1667 MppDecCfg cfg; in control()