Home
last modified time | relevance | path

Searched refs:jpegd_debug (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h55 extern RK_U32 jpegd_debug;
57 #define jpegd_dbg(flag, fmt, ...) _mpp_dbg(jpegd_debug, flag, fmt, ## __VA_ARGS__)
58 #define jpegd_dbg_f(flag, fmt, ...) _mpp_dbg_f(jpegd_debug, flag, fmt, ## __VA_ARGS__)
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c64 if (jpegd_debug & JPEGD_DBG_HAL_TBL) { in jpegd_write_rkv_qtbl()
199 if (jpegd_debug & JPEGD_DBG_HAL_TBL) { in jpegd_write_rkv_htbl()
686 if (jpegd_debug & JPEGD_DBG_HAL_INFO) { in hal_jpegd_rkv_start()
761 if (jpegd_debug & JPEGD_DBG_HAL_INFO) { in hal_jpegd_rkv_wait()
768 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_rkv_wait()
H A Dhal_jpegd_vdpu2.c35 extern RK_U32 jpegd_debug;
981 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_vdpu2_wait()
H A Dhal_jpegd_vdpu1.c1013 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_vdpu1_wait()
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c33 RK_U32 jpegd_debug = 0x0; variable
356 if (jpegd_debug & JPEGD_DBG_TABLE) { in jpegd_decode_dqt()
1017 if (jpegd_debug & JPEGD_DBG_IO) { in jpegd_prepare()
1205 mpp_env_get_u32("jpegd_debug", &jpegd_debug, 0); in jpegd_init()