Searched refs:mtk_venc_err (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | venc_vpu_if.c | 29 mtk_venc_err(vpu->ctx, "unhandled firmware version 0x%x\n", in handle_enc_init_msg() 85 mtk_venc_err(vpu->ctx, "vpu enc status failure %d", vpu->failure); in vpu_enc_ipi_handler() 101 mtk_venc_err(vpu->ctx, "unknown msg id %x", msg->msg_id); in vpu_enc_ipi_handler() 115 mtk_venc_err(vpu->ctx, "inst dev is NULL"); in vpu_enc_send_msg() 122 mtk_venc_err(vpu->ctx, "vpu_ipi_send msg_id %x len %d fail %d", in vpu_enc_send_msg() 147 mtk_venc_err(vpu->ctx, "vpu_ipi_register fail %d", status); in vpu_enc_init() 155 mtk_venc_err(vpu->ctx, "AP_IPIMSG_ENC_INIT fail"); in vpu_enc_init() 160 mtk_venc_err(vpu->ctx, "invalid venc vsi"); in vpu_enc_init() 238 mtk_venc_err(vpu->ctx, "id %d not supported", id); in vpu_enc_set_param() 242 mtk_venc_err(vpu->ctx, "AP_IPIMSG_ENC_SET_PARAM %d fail", id); in vpu_enc_set_param() [all …]
|
H A D | mtk_vcodec_enc_drv.h | 239 #define mtk_venc_err(ctx, fmt, args...) \ macro
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_h264_if.c | 242 mtk_venc_err(inst->ctx, "unsupported CONSTRAINED_BASELINE"); in h264_get_profile() 245 mtk_venc_err(inst->ctx, "unsupported EXTENDED"); in h264_get_profile() 258 mtk_venc_err(inst->ctx, "unsupported 1B"); in h264_get_level() 363 mtk_venc_err(inst->ctx, "cannot allocate buf %d", i); in h264_enc_alloc_work_buf() 397 mtk_venc_err(inst->ctx, "cannot allocate pps_buf"); in h264_enc_alloc_work_buf() 451 mtk_venc_err(inst->ctx, "expect irq status %d", MTK_VENC_IRQ_STATUS_SPS); in h264_encode_sps() 474 mtk_venc_err(inst->ctx, "expect irq status %d", MTK_VENC_IRQ_STATUS_PPS); in h264_encode_pps() 556 mtk_venc_err(ctx, "irq_status=%d failed", irq_status); in h264_encode_frame() 575 mtk_venc_err(inst->ctx, "filler size too small %d", size); in h264_encode_filler() 696 mtk_venc_err(ctx, "venc_start_opt %d not supported", opt); in h264_enc_encode()
|
H A D | venc_vp8_if.c | 173 mtk_venc_err(inst->ctx, "cannot alloc work_bufs[%d]", i); in vp8_enc_alloc_work_buf() 261 mtk_venc_err(inst->ctx, "bitstream buf size is too small(%zu)", bs_buf->size); in vp8_enc_compose_one_frame() 299 mtk_venc_err(inst->ctx, "irq_status=%d failed", irq_status); in vp8_enc_encode_frame() 304 mtk_venc_err(inst->ctx, "vp8_enc_compose_one_frame failed"); in vp8_enc_encode_frame() 362 mtk_venc_err(ctx, "opt not support:%d", opt); in vp8_enc_encode()
|