Home
last modified time | relevance | path

Searched refs:hal_jpege_dbg_detail (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c297 hal_jpege_dbg_detail("part %d, ecs %d, rows %d", i, core_ecs[i], in hal_jpege_vepu2_get_task()
309 hal_jpege_dbg_detail("part %d row %d restart %d\n", in hal_jpege_vepu2_get_task()
602 hal_jpege_dbg_detail("start %d partions\n", partion_num); in multi_core_start()
654 hal_jpege_dbg_detail("part %d, part_not_end 0x%x, rst_marker_idx %d", in multi_core_start()
756 hal_jpege_dbg_detail("poll partion_num %d\n", ctx_ext->partion_num); in multi_core_wait()
761 hal_jpege_dbg_detail("poll reg %d %p", i, regs); in multi_core_wait()
775 hal_jpege_dbg_detail("partion len = %d", hw_bit / 8); in multi_core_wait()
788 hal_jpege_dbg_detail("partion_len = %d", partion_len); in multi_core_wait()
929 hal_jpege_dbg_detail("part first %d last %d\n", task->part_first, task->part_last); in hal_jpege_vepu2_part_start()
949 hal_jpege_dbg_detail("part_not_end 0x%x, rst_marker_idx %d", in hal_jpege_vepu2_part_start()
[all …]
H A Dhal_jpege_vepu1_v2.c519 hal_jpege_dbg_detail("part first %d last %d\n", task->part_first, task->part_last); in hal_jpege_vepu1_part_start()
599 hal_jpege_dbg_detail("hw_status %08x\n", regs[1]); in hal_jpege_vepu1_part_wait()
603 hal_jpege_dbg_detail("byte pos %d -> %d\n", ctx->part_bytepos, in hal_jpege_vepu1_part_wait()
611 hal_jpege_dbg_detail("stream_length %d, hw_byte %d", in hal_jpege_vepu1_part_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_debug.h33 #define hal_jpege_dbg_detail(fmt, ...) hal_jpege_dbg(HAL_JPEGE_DBG_DETAIL, fmt, ## __VA_ARGS__) macro