Searched refs:mtk_vcodec_mem_alloc (Results 1 – 7 of 7) sorted by relevance
/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_util.c | 37 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data, in mtk_vcodec_mem_alloc() function 58 EXPORT_SYMBOL(mtk_vcodec_mem_alloc);
|
D | mtk_vcodec_util.h | 78 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data,
|
/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_vp9_if.c | 337 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()
|
D | vdec_h264_if.c | 145 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()
|
D | vdec_vp8_if.c | 371 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
|
/drivers/media/platform/mtk-vcodec/venc/ |
D | venc_h264_if.c | 264 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()
|
D | venc_vp8_if.c | 179 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()
|