Searched refs:rc_debug (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_debug.h | 33 #define rc_dbg(flag, fmt, ...) _mpp_dbg(rc_debug, flag, fmt, ## __VA_ARGS__) 34 #define rc_dbg_f(flag, fmt, ...) _mpp_dbg_f(rc_debug, flag, fmt, ## __VA_ARGS__) 47 extern RK_U32 rc_debug;
|
| H A D | rc.c | 33 RK_U32 rc_debug = 0; variable 44 mpp_env_get_u32("rc_debug", &rc_debug, 0); in rc_init()
|
| H A D | rc_api.c | 64 mpp_env_get_u32("rc_debug", &rc_debug, 0); in rc_api_srv_init()
|