Searched refs:mpp_cfg_dbg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cfg.cpp | 28 #define mpp_cfg_dbg(flag, fmt, ...) _mpp_dbg(mpp_cfg_debug, flag, fmt, ## __VA_ARGS__) macro 30 #define mpp_cfg_dbg_set(fmt, ...) mpp_cfg_dbg(MPP_CFG_DBG_SET, fmt, ## __VA_ARGS__) 31 #define mpp_cfg_dbg_get(fmt, ...) mpp_cfg_dbg(MPP_CFG_DBG_GET, fmt, ## __VA_ARGS__)
|