Home
last modified time | relevance | path

Searched refs:mtk_vcodec_debug (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvdec_vpu_if.c25 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_init_ack_msg()
32 mtk_vcodec_debug(vpu, "- vpu_inst_addr = 0x%x", vpu->inst_addr); in handle_init_ack_msg()
45 mtk_vcodec_debug(vpu, "+ id=%X", msg->msg_id); in vpu_dec_ipi_handler()
65 mtk_vcodec_debug(vpu, "- id=%X", msg->msg_id); in vpu_dec_ipi_handler()
74 mtk_vcodec_debug(vpu, "id=%X", *(uint32_t *)msg); in vcodec_vpu_send_msg()
94 mtk_vcodec_debug(vpu, "+ id=%X", msg_id); in vcodec_send_ap_ipi()
101 mtk_vcodec_debug(vpu, "- id=%X ret=%d", msg_id, err); in vcodec_send_ap_ipi()
124 mtk_vcodec_debug(vpu, "vdec_inst=%p", vpu); in vpu_dec_init()
127 mtk_vcodec_debug(vpu, "- ret=%d", err); in vpu_dec_init()
152 mtk_vcodec_debug(vpu, "- ret=%d", err); in vpu_dec_start()
Dmtk_vcodec_util.h56 #define mtk_vcodec_debug(h, fmt, args...) \ macro
64 #define mtk_vcodec_debug_enter(h) mtk_vcodec_debug(h, "+")
65 #define mtk_vcodec_debug_leave(h) mtk_vcodec_debug(h, "-")
73 #define mtk_vcodec_debug(h, fmt, args...) {} macro
Dvenc_vpu_if.c43 mtk_vcodec_debug(vpu, "msg_id %x inst %p status %d", in vpu_enc_ipi_handler()
131 mtk_vcodec_debug(vpu, "id %d ->", id); in vpu_enc_set_param()
173 mtk_vcodec_debug(vpu, "id %d <-", id); in vpu_enc_set_param()
185 mtk_vcodec_debug(vpu, "bs_mode %d ->", bs_mode); in vpu_enc_encode()
213 mtk_vcodec_debug(vpu, "bs_mode %d state %d size %d key_frm %d <-", in vpu_enc_encode()
/Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c179 mtk_vcodec_debug(inst, "unsupported profile %d", profile); in h264_get_profile()
218 mtk_vcodec_debug(inst, "unsupported level %d", level); in h264_get_level()
297 mtk_vcodec_debug(inst, in h264_enc_alloc_work_buf()
330 mtk_vcodec_debug(inst, "irq_status %x <-", irq_status); in h264_enc_wait_venc_done()
357 mtk_vcodec_debug(inst, "bs size %d <-", *bs_size); in h264_encode_sps()
384 mtk_vcodec_debug(inst, "bs size %d <-", *bs_size); in h264_encode_pps()
448 mtk_vcodec_debug(inst, "frm %d bs_size %d key_frm %d <-", in h264_encode_frame()
511 mtk_vcodec_debug(inst, "opt %d ->", opt); in h264_enc_encode()
546 mtk_vcodec_debug(inst, "h264_encode_frame prepend SPS/PPS"); in h264_enc_encode()
573 mtk_vcodec_debug(inst, "hdr %d filler %d frame %d bs %d", in h264_enc_encode()
[all …]
Dvenc_vp8_if.c210 mtk_vcodec_debug(inst, in vp8_enc_alloc_work_buf()
235 mtk_vcodec_debug(inst, "isr return %x", irq_status); in vp8_enc_wait_venc_done()
311 mtk_vcodec_debug(inst, "->frm_cnt=%d", inst->frm_cnt); in vp8_enc_encode_frame()
329 mtk_vcodec_debug(inst, "<-size=%d key_frm=%d", *bs_size, in vp8_enc_encode_frame()
410 mtk_vcodec_debug(inst, "->type=%d", type); in vp8_enc_set_param()
441 mtk_vcodec_debug(inst, "set ts_mode"); in vp8_enc_set_param()
/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_h264_if.c240 mtk_vcodec_debug(inst, "[FB] put fb into free_list @(%p, %llx)", in put_fb_to_free()
254 mtk_vcodec_debug(inst, "pic(%d, %d), buf(%d, %d)", in get_pic_info()
256 mtk_vcodec_debug(inst, "Y(%d, %d), C(%d, %d)", pic->y_bs_sz, in get_pic_info()
267 mtk_vcodec_debug(inst, "l=%d, t=%d, w=%d, h=%d", in get_crop_info()
274 mtk_vcodec_debug(inst, "sz=%d", *dpb_sz); in get_dpb_size()
304 mtk_vcodec_debug(inst, "H264 Instance >> %p", inst); in vdec_h264_init()
358 mtk_vcodec_debug(inst, "+ [%d] FB y_dma=%llx c_dma=%llx va=%p", in vdec_h264_decode()
373 mtk_vcodec_debug(inst, "\n + NALU[%d] type %d +\n", inst->num_nalu, in vdec_h264_decode()
400 mtk_vcodec_debug(inst, "- resolution changed -"); in vdec_h264_decode()
421 mtk_vcodec_debug(inst, "\n - NALU[%d] type=%d -\n", inst->num_nalu, in vdec_h264_decode()
[all …]
Dvdec_vp8_if.c295 mtk_vcodec_debug(inst, "pic(%d, %d), buf(%d, %d)", in get_pic_info()
297 mtk_vcodec_debug(inst, "Y(%d, %d), C(%d, %d)", pic->y_bs_sz, in get_pic_info()
306 mtk_vcodec_debug(inst, "prev fb base dma=%llx", prev_y_dma); in vp8_dec_finish()
428 mtk_vcodec_debug(inst, "VP8 Instance >> %p", inst); in vdec_vp8_init()
461 mtk_vcodec_debug(inst, "+ [%d] FB y_dma=%llx c_dma=%llx fb=%p", in vdec_vp8_decode()
470 mtk_vcodec_debug(inst, "\n + FRAME[%d] +\n", inst->frm_cnt); in vdec_vp8_decode()
485 mtk_vcodec_debug(inst, "wait key frame !"); in vdec_vp8_decode()
493 mtk_vcodec_debug(inst, "- resolution_changed -"); in vdec_vp8_decode()
513 mtk_vcodec_debug(inst, "\n - FRAME[%d] - show=%d\n", inst->frm_cnt, in vdec_vp8_decode()
535 mtk_vcodec_debug(inst, "[FB] get disp fb %p st=%d", in get_disp_fb()
[all …]
Dvdec_vp9_if.c253 mtk_vcodec_debug(inst, "No free fb node"); in vp9_add_to_fb_free_list()
389 mtk_vcodec_debug(inst, "BUF CHG(%d): w/h/sb_w/sb_h=%d/%d/%d/%d", in vp9_alloc_work_buf()
598 mtk_vcodec_debug(inst, "Decode Ok @%d (%d/%d)", vsi->frm_num, in vp9_decode_end_proc()
601 mtk_vcodec_debug(inst, "Decode Ok @%d (show_existing_frame)", in vp9_decode_end_proc()
631 mtk_vcodec_debug(inst, "[FB] get disp fb %p st=%d", in vp9_rm_from_fb_disp_list()
634 mtk_vcodec_debug(inst, "[FB] there is no disp fb"); in vp9_rm_from_fb_disp_list()
645 mtk_vcodec_debug(inst, "fb == NULL"); in vp9_add_to_fb_use_list()
715 mtk_vcodec_debug(inst, "pic(%d, %d), buf(%d, %d)", in get_pic_info()
717 mtk_vcodec_debug(inst, "Y(%d, %d), C(%d, %d)", pic->y_bs_sz, in get_pic_info()
740 mtk_vcodec_debug(inst, "[FB] get free fb %p st=%d", in get_free_fb()
[all …]