Home
last modified time | relevance | path

Searched refs:mpp_debug (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/osal/inc/
H A Dmpp_debug.h28 #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 Dmpp_thread_test.c147 mpp_debug = MPP_DBG_TIMING; in main()
180 mpp_debug = 0; in main()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c215 mpp_debug = MPP_DBG_TIMING; in main()
243 mpp_debug = 0; in main()
/rockchip-linux_mpp/osal/
H A Dmpp_platform.c121 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_plat_srv_init()
H A Dmpp_log.c23 RK_U32 mpp_debug = 0; variable
H A Dmpp_soc.c1102 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_soc_srv_init()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c284 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 Dmpp.c139 mpp_env_get_u32("mpp_debug", &mpp_debug, 0); in mpp_ctx_create()
757 if (mpp_debug & MPP_DBG_TIMING) { in mpp_put_frame()