Home
last modified time | relevance | path

Searched refs:HAL_JPEGE_DBG_DETAIL (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_debug.h24 #define HAL_JPEGE_DBG_DETAIL (0x00000004) macro
33 #define hal_jpege_dbg_detail(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_DETAIL, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c539 if (hal_jpege_debug & HAL_JPEGE_DBG_DETAIL) { in hal_jpege_vpu720_start()