Home
last modified time | relevance | path

Searched refs:mtk_v4l2_venc_err (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c53 mtk_v4l2_venc_err(ctx, "Unsupported bitrate mode =%d", ctrl->val); in vidioc_venc_s_ctrl()
387 mtk_v4l2_venc_err(ctx, "Unsupported fourcc =%d", q_data_src->fmt->fourcc); in mtk_venc_set_param()
426 mtk_v4l2_venc_err(ctx, "fail to get vq"); in vidioc_venc_s_fmt_cap()
431 mtk_v4l2_venc_err(ctx, "queue busy"); in vidioc_venc_s_fmt_cap()
459 mtk_v4l2_venc_err(ctx, "venc_if_init failed=%d, codec type=%x", in vidioc_venc_s_fmt_cap()
481 mtk_v4l2_venc_err(ctx, "fail to get vq"); in vidioc_venc_s_fmt_out()
486 mtk_v4l2_venc_err(ctx, "queue busy"); in vidioc_venc_s_fmt_out()
661 mtk_v4l2_venc_err(ctx, "[%d] Call on QBUF after unrecoverable error", in vidioc_venc_qbuf()
676 mtk_v4l2_venc_err(ctx, "[%d] Call on QBUF after unrecoverable error", in vidioc_venc_dqbuf()
715 mtk_v4l2_venc_err(ctx, "[%d] Call to CMD after unrecoverable error", in vidioc_encoder_cmd()
[all …]
H A Dmtk_vcodec_enc_drv.c97 mtk_v4l2_venc_err(ctx, "Invalid core id: %d, ctx id: %d", core_id, ctx->id); in mtk_vcodec_enc_irq_handler()
142 mtk_v4l2_venc_err(ctx, "Failed to setup controls() (%d)", ret); in fops_vcodec_open()
149 mtk_v4l2_venc_err(ctx, "Failed to v4l2_m2m_ctx_init() (%d)", ret); in fops_vcodec_open()
168 mtk_v4l2_venc_err(ctx, "vpu_load_firmware failed!"); in fops_vcodec_open()
H A Dmtk_vcodec_enc_drv.h245 #define mtk_v4l2_venc_err(ctx, fmt, args...) mtk_v4l2_err((ctx)->dev->plat_dev, fmt, ##args) macro
H A Dvenc_vpu_if.c78 mtk_v4l2_venc_err(vpu->ctx, "venc msg id not correctly => 0x%x", msg->msg_id); in vpu_enc_ipi_handler()