/linux/drivers/media/platform/mtk-vcodec/ |
A D | venc_vpu_if.c | 31 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 …]
|
A D | vdec_vpu_if.c | 50 mtk_vcodec_err(vpu, "unhandled firmware version 0x%x\n", in handle_init_ack_msg() 91 mtk_vcodec_err(vpu, "invalid msg=%X", msg->msg_id); in vpu_dec_ipi_handler() 111 mtk_vcodec_err(vpu, "send fail vpu_id=%d msg_id=%X status=%d", in vcodec_vpu_send_msg() 151 mtk_vcodec_err(vpu, "vpu_ipi_register fail status=%d", err); in vpu_dec_init() 175 mtk_vcodec_err(vpu, "invalid len = %d\n", len); in vpu_dec_start()
|
A D | mtk_vcodec_util.h | 36 #define mtk_vcodec_err(h, fmt, args...) \ macro
|
/linux/drivers/media/platform/mtk-vcodec/vdec/ |
A D | vdec_vp9_if.c | 333 mtk_vcodec_err(inst, "List Full"); 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() 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() 651 mtk_vcodec_err(inst, "No free fb node"); in vp9_add_to_fb_use_list() 772 mtk_vcodec_err(inst, "vpu_dec_deinit failed"); in vdec_vp9_deinit() 838 mtk_vcodec_err(inst, "bs == NULL"); in vdec_vp9_decode() 885 mtk_vcodec_err(inst, "vpu_dec_start failed"); in vdec_vp9_decode() [all …]
|
A 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() 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()
|
A D | vdec_h264_req_if.c | 244 mtk_vcodec_err(inst, "Reference invalid: dpb_index(%lld) reference_ts(%lld)", in get_h264_dpb_list() 503 mtk_vcodec_err(inst, "failed to allocate ppl buf"); in allocate_predication_buf() 538 mtk_vcodec_err(inst, "failed to allocate mv buf"); in alloc_mv_buf() 628 mtk_vcodec_err(inst, "vdec_h264 init err=%d", err); in vdec_h264_slice_init() 740 mtk_vcodec_err(inst, "\n - NALU[%d] err=%d -\n", inst->num_nalu, err); in vdec_h264_slice_decode() 762 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_h264_slice_get_param()
|
A D | vdec_vp8_if.c | 373 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/drivers/media/platform/mtk-vcodec/venc/ |
A D | venc_h264_if.c | 174 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() 284 mtk_vcodec_err(inst, in h264_enc_alloc_work_buf() 318 mtk_vcodec_err(inst, "cannot allocate pps_buf"); in h264_enc_alloc_work_buf() 377 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_sps() 404 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_pps() 475 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in h264_encode_frame() 494 mtk_vcodec_err(inst, "filler size too small %d", size); in h264_encode_filler() 617 mtk_vcodec_err(inst, "venc_start_opt %d not supported", opt); in h264_enc_encode()
|
A D | venc_vp8_if.c | 180 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()
|