Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dvenc_vpu_if.c31 mtk_vcodec_err(vpu, "unhandled firmware version 0x%x\n", in handle_enc_init_msg()
73 mtk_vcodec_err(vpu, "unknown msg id %x", msg->msg_id); in vpu_enc_ipi_handler()
89 mtk_vcodec_err(vpu, "inst dev is NULL"); in vpu_enc_send_msg()
96 mtk_vcodec_err(vpu, "vpu_ipi_send msg_id %x len %d fail %d", in vpu_enc_send_msg()
123 mtk_vcodec_err(vpu, "vpu_ipi_register fail %d", status); in vpu_enc_init()
131 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_INIT fail"); in vpu_enc_init()
211 mtk_vcodec_err(vpu, "id %d not supported", id); in vpu_enc_set_param()
215 mtk_vcodec_err(vpu, in vpu_enc_set_param()
251 mtk_vcodec_err(vpu, "dma_addr not align to 16"); in vpu_enc_encode()
266 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_ENCODE %d fail", in vpu_enc_encode()
[all …]
Dvdec_vpu_if.c60 mtk_vcodec_err(vpu, "invalid msg=%X", msg->msg_id); in vpu_dec_ipi_handler()
82 mtk_vcodec_err(vpu, "send fail vpu_id=%d msg_id=%X status=%d", in vcodec_vpu_send_msg()
119 mtk_vcodec_err(vpu, "vpu_ipi_register fail status=%d", err); in vpu_dec_init()
143 mtk_vcodec_err(vpu, "invalid len = %d\n", len); in vpu_dec_start()
Dmtk_vcodec_util.h36 #define mtk_vcodec_err(h, fmt, args...) \ macro
/Linux-v5.10/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c333 mtk_vcodec_err(inst, "List Full"); in vp9_get_sf_ref_fb()
342 mtk_vcodec_err(inst, "Cannot allocate sf_ref_buf y_buf"); in vp9_get_sf_ref_fb()
351 mtk_vcodec_err(inst, "Cannot allocate sf_ref_fb c_buf"); in vp9_get_sf_ref_fb()
380 mtk_vcodec_err(inst, "Invalid w/h %d/%d", in vp9_alloc_work_buf()
401 mtk_vcodec_err(inst, "Cannot allocate mv_buf"); in vp9_alloc_work_buf()
418 mtk_vcodec_err(inst, "Cannot allocate seg_id_buf"); in vp9_alloc_work_buf()
439 mtk_vcodec_err(inst, "fb == NULL"); in vp9_add_to_fb_disp_list()
449 mtk_vcodec_err(inst, "No available fb node"); in vp9_add_to_fb_disp_list()
495 mtk_vcodec_err(inst, in vp9_swap_frm_bufs()
585 mtk_vcodec_err(inst, "Decode failed, Decode Timeout @[%d]", in vp9_decode_end_proc()
[all …]
Dvdec_h264_if.c147 mtk_vcodec_err(inst, "failed to allocate ppl buf"); in allocate_predication_buf()
181 mtk_vcodec_err(inst, "failed to allocate mv buf"); in alloc_mv_buf()
212 mtk_vcodec_err(inst, "%s list err: cnt=%d r_idx=%d w_idx=%d", in check_list_validity()
231 mtk_vcodec_err(inst, "[FB] put fb free_list full"); in put_fb_to_free()
288 mtk_vcodec_err(inst, "vdec_h264 init err=%d", err); in vdec_h264_init()
362 mtk_vcodec_err(inst, "invalid nal start code"); in vdec_h264_decode()
391 mtk_vcodec_err(inst, "- error bitstream - err = %d -", in vdec_h264_decode()
429 mtk_vcodec_err(inst, "\n - NALU[%d] err=%d -\n", inst->num_nalu, err); in vdec_h264_decode()
491 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_h264_get_param()
Dvdec_vp8_if.c373 mtk_vcodec_err(inst, "Cannot allocate working buffer"); in alloc_working_buf()
407 mtk_vcodec_err(inst, "vdec_vp8 init err=%d", err); in vdec_vp8_init()
510 mtk_vcodec_err(inst, "\n - FRAME[%d] - err=%d\n", inst->frm_cnt, err); in vdec_vp8_decode()
593 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_vp8_get_param()
/Linux-v5.10/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c174 mtk_vcodec_err(inst, "unsupported CONSTRAINED_BASELINE"); in h264_get_profile()
177 mtk_vcodec_err(inst, "unsupported EXTENDED"); in h264_get_profile()
190 mtk_vcodec_err(inst, "unsupported 1B"); in h264_get_level()
280 mtk_vcodec_err(inst, in h264_enc_alloc_work_buf()
314 mtk_vcodec_err(inst, "cannot allocate pps_buf"); in h264_enc_alloc_work_buf()
373 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_sps()
400 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_pps()
471 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in h264_encode_frame()
490 mtk_vcodec_err(inst, "filler size too small %d", size); in h264_encode_filler()
613 mtk_vcodec_err(inst, "venc_start_opt %d not supported", opt); in h264_enc_encode()
Dvenc_vp8_if.c180 mtk_vcodec_err(inst, in vp8_enc_alloc_work_buf()
272 mtk_vcodec_err(inst, "bitstream buf size is too small(%zu)", in vp8_enc_compose_one_frame()
312 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in vp8_enc_encode_frame()
317 mtk_vcodec_err(inst, "vp8_enc_compose_one_frame failed"); in vp8_enc_encode_frame()
382 mtk_vcodec_err(inst, "opt not support:%d", opt); in vp8_enc_encode()