Searched refs:cfg_type (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | kmpp_vdec_cfg.c | 134 #define MPP_VDEC_KCFG_ACCESS(set_type, get_type, cfg_type) \ argument 135 MPP_RET mpp_vdec_kcfg_set_##cfg_type(MppVdecKcfg cfg, const char *name, set_type val) \ 142 MPP_RET ret = (MPP_RET)kmpp_obj_set_##cfg_type(obj, name, val); \ 145 MPP_RET mpp_vdec_kcfg_get_##cfg_type(MppVdecKcfg cfg, const char *name, get_type val) \ 152 MPP_RET ret = (MPP_RET)kmpp_obj_get_##cfg_type(obj, name, val); \
|
| H A D | kmpp_venc_cfg.c | 135 #define MPP_VENC_KCFG_ACCESS(set_type, get_type, cfg_type) \ argument 136 MPP_RET mpp_venc_kcfg_set_##cfg_type(MppVencKcfg cfg, const char *name, set_type val) \ 143 MPP_RET ret = (MPP_RET)kmpp_obj_set_##cfg_type(obj, name, val); \ 146 MPP_RET mpp_venc_kcfg_get_##cfg_type(MppVencKcfg cfg, const char *name, get_type val) \ 153 MPP_RET ret = (MPP_RET)kmpp_obj_get_##cfg_type(obj, name, val); \
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_dec_cfg.c | 99 #define DEC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument 106 return kmpp_obj_set_##cfg_type(cfg, name, val); \ 116 #define DEC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 123 return kmpp_obj_get_##cfg_type(cfg, name, val); \
|
| H A D | mpp_sys_cfg.c | 64 #define EXPAND_AS_TRIE(base, name, cfg_type, in_type, flag, field_change, field_data) \ argument 67 CFG_FUNC_TYPE_##cfg_type, \ 630 #define MPP_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument 646 if (CHECK_CFG_INFO(info, name, CFG_FUNC_TYPE_##cfg_type)) { \ 655 MPP_RET ret = MPP_CFG_SET_##cfg_type(info, p, val); \ 666 #define MPP_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 682 if (CHECK_CFG_INFO(info, name, CFG_FUNC_TYPE_##cfg_type)) { \ 687 MPP_RET ret = MPP_CFG_GET_##cfg_type(info, p, val); \
|
| H A D | mpp_cfg.c | 132 CfgType cfg_type = (CfgType)node->data_type; in check_cfg_info() local 138 if (cfg_type != type) { in check_cfg_info() 148 if (cfg_type != type) { in check_cfg_info()
|
| H A D | mpp_enc_cfg.c | 395 #define ENC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument 398 return kmpp_obj_set_##cfg_type((KmppObj)cfg, name, val); \ 421 #define ENC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 424 return kmpp_obj_get_##cfg_type((KmppObj)cfg, name, val); \
|