Searched refs:mtk_venc_err (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c29 mtk_venc_err(vpu->ctx, "unhandled firmware version 0x%x\n",
85 mtk_venc_err(vpu->ctx, "vpu enc status failure %d", vpu->failure);
101 mtk_venc_err(vpu->ctx, "unknown msg id %x", msg->msg_id);
115 mtk_venc_err(vpu->ctx, "inst dev is NULL");
122 mtk_venc_err(vpu->ctx, "vpu_ipi_send msg_id %x len %d fail %d",
147 mtk_venc_err(vpu->ctx, "vpu_ipi_register fail %d", status);
155 mtk_venc_err(vpu->ctx, "AP_IPIMSG_ENC_INIT fail");
160 mtk_venc_err(vpu->ctx, "invalid venc vsi");
238 mtk_venc_err(vpu->ctx, "id %d not supported", id);
242 mtk_venc_err(vp
[all...]
H A Dmtk_vcodec_enc_drv.h239 #define mtk_venc_err(ctx, fmt, args...) \ macro
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c242 mtk_venc_err(inst->ctx, "unsupported CONSTRAINED_BASELINE");
245 mtk_venc_err(inst->ctx, "unsupported EXTENDED");
258 mtk_venc_err(inst->ctx, "unsupported 1B");
363 mtk_venc_err(inst->ctx, "cannot allocate buf %d", i);
397 mtk_venc_err(inst->ctx, "cannot allocate pps_buf");
451 mtk_venc_err(inst->ctx, "expect irq status %d", MTK_VENC_IRQ_STATUS_SPS);
474 mtk_venc_err(inst->ctx, "expect irq status %d", MTK_VENC_IRQ_STATUS_PPS);
556 mtk_venc_err(ctx, "irq_status=%d failed", irq_status);
575 mtk_venc_err(inst->ctx, "filler size too small %d", size);
696 mtk_venc_err(ct
[all...]
H A Dvenc_vp8_if.c173 mtk_venc_err(inst->ctx, "cannot alloc work_bufs[%d]", i);
261 mtk_venc_err(inst->ctx, "bitstream buf size is too small(%zu)", bs_buf->size);
299 mtk_venc_err(inst->ctx, "irq_status=%d failed", irq_status);
304 mtk_venc_err(inst->ctx, "vp8_enc_compose_one_frame failed");
362 mtk_venc_err(ctx, "opt not support:%d", opt);

Completed in 118 milliseconds