Searched refs:mtk_vcodec_mem_alloc (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_msg_queue.c | 305 err = mtk_vcodec_mem_alloc(ctx, &msg_queue->wdma_addr); in vdec_msg_queue_init() 323 err = mtk_vcodec_mem_alloc(ctx, &lat_buf->wdma_err_addr); in vdec_msg_queue_init() 330 err = mtk_vcodec_mem_alloc(ctx, &lat_buf->slice_bc_addr); in vdec_msg_queue_init() 338 err = mtk_vcodec_mem_alloc(ctx, &lat_buf->rd_mv_addr); in vdec_msg_queue_init() 345 err = mtk_vcodec_mem_alloc(ctx, &lat_buf->tile_addr); in vdec_msg_queue_init()
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_util.c | 48 int mtk_vcodec_mem_alloc(void *priv, struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_alloc() function 79 EXPORT_SYMBOL(mtk_vcodec_mem_alloc);
|
| H A D | mtk_vcodec_util.h | 67 int mtk_vcodec_mem_alloc(void *priv, struct mtk_vcodec_mem *mem);
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_vp9_if.c | 343 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_y)) { in vp9_get_sf_ref_fb() 352 if (mtk_vcodec_mem_alloc(inst->ctx, mem_basy_c)) { in vp9_get_sf_ref_fb() 396 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf() 413 result = mtk_vcodec_mem_alloc(inst->ctx, mem); in vp9_alloc_work_buf() 556 result = mtk_vcodec_mem_alloc(ctx, &mem); in vp9_alloc_inst()
|
| H A D | vdec_h264_if.c | 144 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_prediction_buf() 176 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_mv_buf()
|
| H A D | vdec_vp8_if.c | 368 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_vp8_if.c | 171 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()
|