Searched refs:hal_h264e_debug (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_debug.h | 34 #define hal_h264e_dbg(flag, fmt, ...) _mpp_dbg(hal_h264e_debug, flag, fmt, ## __VA_ARGS__) 35 #define hal_h264e_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_h264e_debug, flag, fmt, ## __VA_ARGS__) 51 extern RK_U32 hal_h264e_debug;
|
| H A D | hal_h264e_api_v2.c | 44 RK_U32 hal_h264e_debug = 0; variable 54 mpp_env_get_u32("hal_h264e_debug", &hal_h264e_debug, 0); in hal_h264e_init()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.h | 27 if (hal_h264e_debug & 0/*H264E_HAL_LOG_INFO*/) \
|