Searched refs:mtk_vcodec_err (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
| D | venc_vpu_if.c | 58 mtk_vcodec_err(vpu, "unknown msg id %x", msg->msg_id); in vpu_enc_ipi_handler() 76 mtk_vcodec_err(vpu, "inst dev is NULL"); in vpu_enc_send_msg() 82 mtk_vcodec_err(vpu, "vpu_ipi_send msg_id %x len %d fail %d", in vpu_enc_send_msg() 108 mtk_vcodec_err(vpu, "vpu_ipi_register fail %d", status); in vpu_enc_init() 116 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_INIT fail"); in vpu_enc_init() 164 mtk_vcodec_err(vpu, "id %d not supported", id); in vpu_enc_set_param() 168 mtk_vcodec_err(vpu, in vpu_enc_set_param() 199 mtk_vcodec_err(vpu, "dma_addr not align to 16"); in vpu_enc_encode() 208 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_ENCODE %d fail", in vpu_enc_encode() 229 mtk_vcodec_err(vpu, "AP_IPIMSG_ENC_DEINIT fail"); in vpu_enc_deinit()
|
| D | vdec_vpu_if.c | 60 mtk_vcodec_err(vpu, "invalid msg=%X", msg->msg_id); in vpu_dec_ipi_handler() 81 mtk_vcodec_err(vpu, "send fail vpu_id=%d msg_id=%X status=%d", in vcodec_vpu_send_msg() 116 mtk_vcodec_err(vpu, "vpu_ipi_register fail status=%d", err); in vpu_dec_init() 140 mtk_vcodec_err(vpu, "invalid len = %d\n", len); in vpu_dec_start()
|
| D | mtk_vcodec_util.h | 39 #define mtk_vcodec_err(h, fmt, args...) \ macro
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 337 mtk_vcodec_err(inst, "List Full"); in vp9_get_sf_ref_fb() 346 mtk_vcodec_err(inst, "Cannot allocate sf_ref_buf y_buf"); in vp9_get_sf_ref_fb() 355 mtk_vcodec_err(inst, "Cannot allocate sf_ref_fb c_buf"); in vp9_get_sf_ref_fb() 384 mtk_vcodec_err(inst, "Invalid w/h %d/%d", in vp9_alloc_work_buf() 405 mtk_vcodec_err(inst, "Cannot allocate mv_buf"); in vp9_alloc_work_buf() 422 mtk_vcodec_err(inst, "Cannot allocate seg_id_buf"); in vp9_alloc_work_buf() 443 mtk_vcodec_err(inst, "fb == NULL"); in vp9_add_to_fb_disp_list() 453 mtk_vcodec_err(inst, "No available fb node"); in vp9_add_to_fb_disp_list() 499 mtk_vcodec_err(inst, in vp9_swap_frm_bufs() 589 mtk_vcodec_err(inst, "Decode failed, Decode Timeout @[%d]", in vp9_decode_end_proc() [all …]
|
| D | vdec_h264_if.c | 152 mtk_vcodec_err(inst, "failed to allocate ppl buf"); in allocate_predication_buf() 186 mtk_vcodec_err(inst, "failed to allocate mv buf"); in alloc_mv_buf() 217 mtk_vcodec_err(inst, "%s list err: cnt=%d r_idx=%d w_idx=%d", in check_list_validity() 236 mtk_vcodec_err(inst, "[FB] put fb free_list full"); in put_fb_to_free() 295 mtk_vcodec_err(inst, "vdec_h264 init err=%d", err); in vdec_h264_init() 427 mtk_vcodec_err(inst, "\n - NALU[%d] err=%d -\n", inst->num_nalu, err); in vdec_h264_decode() 489 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_h264_get_param()
|
| D | vdec_vp8_if.c | 381 mtk_vcodec_err(inst, "Cannot allocate working buffer"); in alloc_working_buf() 417 mtk_vcodec_err(inst, "vdec_vp8 init err=%d", err); in vdec_vp8_init() 520 mtk_vcodec_err(inst, "\n - FRAME[%d] - err=%d\n", inst->frm_cnt, err); in vdec_vp8_decode() 603 mtk_vcodec_err(inst, "invalid get parameter type=%d", type); in vdec_vp8_get_param()
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/ |
| D | venc_h264_if.c | 173 mtk_vcodec_err(inst, "unsupported CONSTRAINED_BASELINE"); in h264_get_profile() 176 mtk_vcodec_err(inst, "unsupported EXTENDED"); in h264_get_profile() 189 mtk_vcodec_err(inst, "unsupported 1B"); in h264_get_level() 276 mtk_vcodec_err(inst, in h264_enc_alloc_work_buf() 308 mtk_vcodec_err(inst, "cannot allocate pps_buf"); in h264_enc_alloc_work_buf() 351 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_sps() 378 mtk_vcodec_err(inst, "expect irq status %d", in h264_encode_pps() 441 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in h264_encode_frame() 460 mtk_vcodec_err(inst, "filler size too small %d", size); in h264_encode_filler() 583 mtk_vcodec_err(inst, "venc_start_opt %d not supported", opt); in h264_enc_encode()
|
| D | venc_vp8_if.c | 190 mtk_vcodec_err(inst, in vp8_enc_alloc_work_buf() 280 mtk_vcodec_err(inst, "bitstream buf size is too small(%zu)", in vp8_enc_compose_one_frame() 319 mtk_vcodec_err(inst, "irq_status=%d failed", irq_status); in vp8_enc_encode_frame() 324 mtk_vcodec_err(inst, "vp8_enc_compose_one_frame failed"); in vp8_enc_encode_frame() 390 mtk_vcodec_err(inst, "opt not support:%d", opt); in vp8_enc_encode()
|