Searched refs:rc_dbg_impl (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_api.c | 103 rc_dbg_impl("%-5s rc api %s is removed\n", in rc_api_srv_deinit() 131 rc_dbg_impl("%-5s rc api %s is selected\n", in _rc_api_get() 138 rc_dbg_impl("%-5s rc api %s can not be found\n", strof_coding_type(type), name); in _rc_api_get() 186 rc_dbg_impl("%-5s rc api %s is added\n", strof_coding_type(api->type), api->name); in rc_api_add() 189 rc_dbg_impl("%-5s rc api %s is updated\n", strof_coding_type(api->type), api->name); in rc_api_add()
|
| H A D | rc_debug.h | 37 #define rc_dbg_impl(fmt, ...) rc_dbg(RC_DBG_API_IMPL, fmt, ## __VA_ARGS__) macro
|