Home
last modified time | relevance | path

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

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