Searched defs:mpp_dbg (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_log.h | 40 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(flag, fmt, ## __VA_ARGS__) macro
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_log.h | 40 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__) macro
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_debug.h | 39 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__) macro
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_log.h | 40 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ##__VA_ARGS__) macro
|
Completed in 2 milliseconds