Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/
A 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);
A Dmtk_vcodec_intr.h15 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *data, int command,
/linux/drivers/media/platform/mtk-vcodec/venc/
A Dvenc_vp8_if.c224 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vp8_enc_wait_venc_done()
A Dvenc_h264_if.c337 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in h264_enc_wait_venc_done()
/linux/drivers/media/platform/mtk-vcodec/vdec/
A Dvdec_h264_if.c414 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_decode()
A Dvdec_vp8_if.c490 mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp8_decode()
A Dvdec_h264_req_if.c728 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_slice_decode()
A Dvdec_vp9_if.c540 mtk_vcodec_wait_for_done_ctx(inst->ctx, in vp9_wait_dec_end()

Completed in 13 milliseconds