Home
last modified time | relevance | path

Searched refs:mtk_vcodec_wait_for_done_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_intr.c14 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *ctx, int command, in mtk_vcodec_wait_for_done_ctx() function
45 EXPORT_SYMBOL(mtk_vcodec_wait_for_done_ctx);
Dmtk_vcodec_intr.h15 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *data, int command,
/Linux-v5.4/drivers/media/platform/mtk-vcodec/venc/
Dvenc_vp8_if.c223 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vp8_enc_wait_venc_done()
Dvenc_h264_if.c318 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in h264_enc_wait_venc_done()
/Linux-v5.4/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_h264_if.c416 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_decode()
Dvdec_vp8_if.c492 mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp8_decode()
Dvdec_vp9_if.c536 mtk_vcodec_wait_for_done_ctx(inst->ctx, in vp9_wait_dec_end()