Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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__)
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c62 if (jpegd_debug & JPEGD_DBG_HAL_TBL) { in jpegd_write_rkv_qtbl()
215 if (jpegd_debug & JPEGD_DBG_HAL_TBL) { in jpegd_write_rkv_htbl()
666 if (jpegd_debug & JPEGD_DBG_HAL_INFO) { in hal_jpegd_rkv_start()
719 if (jpegd_debug & JPEGD_DBG_HAL_INFO) { in hal_jpegd_rkv_wait()
738 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_rkv_wait()
H A Dhal_jpegd_vdpu2.c34 extern RK_U32 jpegd_debug;
970 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_vdpu2_wait()
H A Dhal_jpegd_vdpu1.c992 if (jpegd_debug & JPEGD_DBG_IO) { in hal_jpegd_vdpu1_wait()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c32 RK_U32 jpegd_debug = 0x0; variable
355 if (jpegd_debug & JPEGD_DBG_TABLE) { in jpegd_decode_dqt()
1010 if (jpegd_debug & JPEGD_DBG_IO) { in jpegd_prepare()
1199 mpp_env_get_u32("jpegd_debug", &jpegd_debug, 0); in jpegd_init()