| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ |
| D | venc_vpu_if.c | 49 mtk_vcodec_err(vpu, "unknown msg id %x", msg->msg_id); in vpu_enc_ipi_handler() 67 mtk_vcodec_err(vpu, "inst dev is NULL"); in vpu_enc_send_msg() 73 mtk_vcodec_err(vpu, "vpu_ipi_send msg_id %x len %d fail %d", in vpu_enc_send_msg() 99 mtk_vcodec_err(vpu, "vpu_ipi_register fail %d", status); in vpu_enc_init() 107 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_INIT fail"); in vpu_enc_init() 155 mtk_vcodec_err(vpu, "id %d not supported", id); in vpu_enc_set_param() 159 mtk_vcodec_err(vpu, in vpu_enc_set_param() 190 mtk_vcodec_err(vpu, "dma_addr not align to 16"); in vpu_enc_encode() 199 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_ENCODE %d fail", in vpu_enc_encode() 220 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_DEINIT fail"); in vpu_enc_deinit()
|
| D | vdec_vpu_if.c | 52 mtk_vcodec_err(vpu, "invalid msg=%X", msg->msg_id); in vpu_dec_ipi_handler() 73 mtk_vcodec_err(vpu, "send fail vpu_id=%d msg_id=%X status=%d", in vcodec_vpu_send_msg() 108 mtk_vcodec_err(vpu, "vpu_ipi_register fail status=%d", err); in vpu_dec_init() 132 mtk_vcodec_err(vpu, "invalid len = %d\n", len); in vpu_dec_start()
|
| D | mtk_vcodec_util.h | 36 #define mtk_vcodec_err(h, fmt, args...) \ macro
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 329 mtk_vcodec_err(inst, "List Full"); in vp9_get_sf_ref_fb() 338 mtk_vcodec_err(inst, "Cannot allocate sf_ref_buf y_buf"); in vp9_get_sf_ref_fb() 347 mtk_vcodec_err(inst, "Cannot allocate sf_ref_fb c_buf"); in vp9_get_sf_ref_fb() 376 mtk_vcodec_err(inst, "Invalid w/h %d/%d", in vp9_alloc_work_buf() 397 mtk_vcodec_err(inst, "Cannot allocate mv_buf"); in vp9_alloc_work_buf() 414 mtk_vcodec_err(inst, "Cannot allocate seg_id_buf"); in vp9_alloc_work_buf() 435 mtk_vcodec_err(inst, "fb == NULL"); in vp9_add_to_fb_disp_list() 445 mtk_vcodec_err(inst, "No available fb node"); in vp9_add_to_fb_disp_list() 491 mtk_vcodec_err(inst, in vp9_swap_frm_bufs() 581 mtk_vcodec_err(inst, "Decode failed, Decode Timeout @[%d]", in vp9_decode_end_proc() [all …]
|
| D | vdec_h264_if.c | 147 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() 290 mtk_vcodec_err(inst, "vdec_h264 init err=%d", err); in vdec_h264_init() 364 mtk_vcodec_err(inst, "invalid nal start code"); in vdec_h264_decode() 393 mtk_vcodec_err(inst, "- error bitstream - err = %d -", in vdec_h264_decode() 431 mtk_vcodec_err(inst, "\n - NALU[%d] err=%d -\n", inst->num_nalu, err); in vdec_h264_decode() 493 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_h264_get_param()
|
| D | vdec_vp8_if.c | 373 mtk_vcodec_err(inst, "Cannot allocate working buffer"); in alloc_working_buf() 409 mtk_vcodec_err(inst, "vdec_vp8 init err=%d", err); in vdec_vp8_init() 512 mtk_vcodec_err(inst, "\n - FRAME[%d] - err=%d\n", inst->frm_cnt, err); in vdec_vp8_decode() 595 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_vp8_get_param()
|
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/venc/ |
| D | venc_h264_if.c | 164 mtk_vcodec_err(inst, "unsupported CONSTRAINED_BASELINE"); in h264_get_profile() 167 mtk_vcodec_err(inst, "unsupported EXTENDED"); in h264_get_profile() 180 mtk_vcodec_err(inst, "unsupported 1B"); in h264_get_level() 267 mtk_vcodec_err(inst, in h264_enc_alloc_work_buf() 299 mtk_vcodec_err(inst, "cannot allocate pps_buf"); in h264_enc_alloc_work_buf() 342 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_sps() 369 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_pps() 432 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in h264_encode_frame() 451 mtk_vcodec_err(inst, "filler size too small %d", size); in h264_encode_filler() 574 mtk_vcodec_err(inst, "venc_start_opt %d not supported", opt); in h264_enc_encode()
|
| D | venc_vp8_if.c | 181 mtk_vcodec_err(inst, in vp8_enc_alloc_work_buf() 271 mtk_vcodec_err(inst, "bitstream buf size is too small(%zu)", in vp8_enc_compose_one_frame() 310 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in vp8_enc_encode_frame() 315 mtk_vcodec_err(inst, "vp8_enc_compose_one_frame failed"); in vp8_enc_encode_frame() 381 mtk_vcodec_err(inst, "opt not support:%d", opt); in vp8_enc_encode()
|