Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-vcodec/
A Dmtk_vcodec_util.c36 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data, in mtk_vcodec_mem_alloc() function
57 EXPORT_SYMBOL(mtk_vcodec_mem_alloc);
A Dmtk_vcodec_util.h78 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data,
/linux/drivers/media/platform/mtk-vcodec/vdec/
A Dvdec_vp9_if.c341 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_y)) { in vp9_get_sf_ref_fb()
350 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_c)) { in vp9_get_sf_ref_fb()
398 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf()
415 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf()
558 result = mtk_vcodec_mem_alloc(ctx, &mem); in vp9_alloc_inst()
A 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()
A Dvdec_h264_req_if.c501 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
536 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_mv_buf()
A Dvdec_vp8_if.c371 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
/linux/drivers/media/platform/mtk-vcodec/venc/
A Dvenc_h264_if.c281 ret = mtk_vcodec_mem_alloc(inst->ctx, in h264_enc_alloc_work_buf()
316 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
A Dvenc_vp8_if.c178 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()

Completed in 53 milliseconds