Searched refs:rc_debug (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/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.cpp | 44 RK_U32 rc_debug = 0; variable 54 mpp_env_get_u32("rc_debug", &rc_debug, 0); in rc_init()
|
| H A D | rc_impl.cpp | 68 mpp_env_get_u32("rc_debug", &rc_debug, 0); in RcImplApiService()
|