Searched refs:mtk_vcodec_mem_alloc (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
| D | mtk_vcodec_util.c | 45 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data, in mtk_vcodec_mem_alloc() function 69 EXPORT_SYMBOL(mtk_vcodec_mem_alloc);
|
| D | mtk_vcodec_util.h | 81 int mtk_vcodec_mem_alloc(struct mtk_vcodec_ctx *data,
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 345 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_y)) { in vp9_get_sf_ref_fb() 354 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_c)) { in vp9_get_sf_ref_fb() 402 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf() 419 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf() 562 result = mtk_vcodec_mem_alloc(ctx, &mem); in vp9_alloc_inst()
|
| D | vdec_h264_if.c | 150 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf() 184 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_mv_buf()
|
| D | vdec_vp8_if.c | 379 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
|
| /Linux-v4.19/drivers/media/platform/mtk-vcodec/venc/ |
| D | venc_h264_if.c | 273 ret = mtk_vcodec_mem_alloc(inst->ctx, in h264_enc_alloc_work_buf() 306 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()
|
| D | venc_vp8_if.c | 188 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()
|