Searched refs:mpp_debug (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_debug.h | 28 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__) 29 #define mpp_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_debug, flag, fmt, ## __VA_ARGS__) 69 if (mpp_debug & MPP_ABORT) { \ 105 extern RK_U32 mpp_debug;
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_thread_test.c | 147 mpp_debug = MPP_DBG_TIMING; in main() 180 mpp_debug = 0; in main()
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_task_test.c | 215 mpp_debug = MPP_DBG_TIMING; in main() 243 mpp_debug = 0; in main()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_platform.c | 121 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_plat_srv_init()
|
| H A D | mpp_log.c | 23 RK_U32 mpp_debug = 0; variable
|
| H A D | mpp_soc.c | 1102 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_soc_srv_init()
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_impl.c | 284 if (!(mpp_debug & (MPP_DBG_DUMP_IN | MPP_DBG_DUMP_OUT | MPP_DBG_DUMP_CFG))) { in mpp_dump_init() 296 p->debug = mpp_debug; in mpp_dump_init()
|
| H A D | mpp.c | 139 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_ctx_create() 757 if (mpp_debug & MPP_DBG_TIMING) { in mpp_put_frame()
|