Searched refs:jpege_dbg (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_debug.h | 27 #define jpege_dbg(flag, fmt, ...) _mpp_dbg(jpege_debug, flag, fmt, ## __VA_ARGS__) macro 31 #define jpege_dbg_input(fmt, ...) jpege_dbg(JPEGE_DBG_INPUT, fmt, ## __VA_ARGS__) 32 #define jpege_dbg_output(fmt, ...) jpege_dbg(JPEGE_DBG_OUTPUT, fmt, ## __VA_ARGS__) 33 #define jpege_dbg_ctrl(fmt, ...) jpege_dbg(JPEGE_DBG_CTRL, fmt, ## __VA_ARGS__)
|