Home
last modified time | relevance | path

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

/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.c37 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data, in mtk_vcodec_mem_alloc() function
58 EXPORT_SYMBOL(mtk_vcodec_mem_alloc);
Dmtk_vcodec_util.h78 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data,
/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c337 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_y)) { in vp9_get_sf_ref_fb()
346 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_c)) { in vp9_get_sf_ref_fb()
394 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf()
411 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf()
554 result = mtk_vcodec_mem_alloc(ctx, &mem); in vp9_alloc_inst()
Dvdec_h264_if.c145 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
179 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_mv_buf()
Dvdec_vp8_if.c371 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c264 ret = mtk_vcodec_mem_alloc(inst->ctx, in h264_enc_alloc_work_buf()
297 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
Dvenc_vp8_if.c179 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()