Home
last modified time | relevance | path

Searched refs:rc_dbg_impl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp114 rc_dbg_impl("rc impl %s type %x is added\n", api->name, api->type); in api_add()
117 rc_dbg_impl("rc impl %s type %x is updated\n", api->name, api->type); in api_add()
138 rc_dbg_impl("rc impl %s is selected\n", pos->name); in api_get()
144 rc_dbg_impl("failed to find rc impl %s type %x\n", name, type); in api_get()
H A Drc_debug.h37 #define rc_dbg_impl(fmt, ...) rc_dbg_f(RC_DBG_API_IMPL, fmt, ## __VA_ARGS__) macro