Searched refs:iep_debug (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep_common.h | 26 #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__) 127 extern RK_U32 iep_debug;
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/ |
| H A D | iep.cpp | 65 mpp_env_get_u32("iep_debug", &iep_debug, 0); in iep_init() 375 if (iep_debug & IEP_DBG_IMAGE) { in iep_control() 385 if (iep_debug & IEP_DBG_IMAGE) { in iep_control() 433 if (iep_debug & IEP_DBG_IMAGE) { in iep_control() 442 if (iep_debug & IEP_DBG_IMAGE) { in iep_control()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | iep.h | 57 #define iep_debug(level, fmt, args...) \ macro 64 #define iep_debug(level, fmt, args...) macro
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 45 RK_U32 iep_debug = 0; variable 79 mpp_env_get_u32("iep_debug", &iep_debug, 0); in iep2_init()
|