Home
last modified time | relevance | path

Searched refs:iep_debug (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h26 #define iep_dbg(flag, fmt, ...) _mpp_dbg(iep_debug, flag, "iep:" fmt, ## __VA_ARGS__)
27 #define iep_dbg_f(flag, fmt, ...) _mpp_dbg_f(iep_debug, flag, fmt, ## __VA_ARGS__)
128 extern RK_U32 iep_debug;
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c53 mpp_env_get_u32("iep_debug", &iep_debug, 0); in iep_init()
363 if (iep_debug & IEP_DBG_IMAGE) { in iep_control()
373 if (iep_debug & IEP_DBG_IMAGE) { in iep_control()
421 if (iep_debug & IEP_DBG_IMAGE) { in iep_control()
430 if (iep_debug & IEP_DBG_IMAGE) { in iep_control()
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.c45 RK_U32 iep_debug = 0; variable
79 mpp_env_get_u32("iep_debug", &iep_debug, 0); in iep2_init()