Home
last modified time | relevance | path

Searched refs:func_name (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_cfg.c99 #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 Dmpp_sys_cfg.c630 #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 Dmpp_enc_cfg.c395 #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) \