Searched refs:func_name (Results 1 – 3 of 3) sorted by relevance
| /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 100 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type val) \ 116 #define DEC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 117 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type *val) \
|
| H A D | mpp_sys_cfg.c | 630 #define MPP_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument 631 MPP_RET func_name(MppSysCfg cfg, const char *name, in_type val) \ 666 #define MPP_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 667 MPP_RET func_name(MppSysCfg cfg, const char *name, in_type *val) \
|
| H A D | mpp_enc_cfg.c | 395 #define ENC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument 396 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type val) \ 421 #define ENC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument 422 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type *val) \
|