Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_intr.c14 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *ctx, in mtk_vcodec_wait_for_done_ctx() function
43 EXPORT_SYMBOL(mtk_vcodec_wait_for_done_ctx);
Dmtk_vcodec_intr.h15 int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx *ctx,
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_req_multi_if.c519 timeout = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_h264_slice_core_decode()
648 timeout = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_h264_slice_lat_decode()
751 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_h264_slice_single_decode()
Dvdec_h264_if.c414 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_decode()
Dvdec_vp8_req_if.c378 timeout = mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp8_slice_decode()
Dvdec_h264_req_if.c403 err = mtk_vcodec_wait_for_done_ctx(inst->ctx, in vdec_h264_slice_decode()
Dvdec_vp8_if.c490 mtk_vcodec_wait_for_done_ctx(inst->ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp8_decode()
Dvdec_vp9_req_lat_if.c2025 ret = mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp9_slice_single_decode()
2094 ret = mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp9_slice_lat_decode()
2179 ret = mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vdec_vp9_slice_core_decode()
Dvdec_vp9_if.c540 mtk_vcodec_wait_for_done_ctx(inst->ctx, in vp9_wait_dec_end()
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_vp8_if.c224 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in vp8_enc_wait_venc_done()
Dvenc_h264_if.c424 if (!mtk_vcodec_wait_for_done_ctx(ctx, MTK_INST_IRQ_RECEIVED, in h264_enc_wait_venc_done()