Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.c305 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 Dmtk_vcodec_util.c48 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 Dmtk_vcodec_util.h67 int mtk_vcodec_mem_alloc(void *priv, struct mtk_vcodec_mem *mem);
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c343 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 Dvdec_h264_if.c144 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 Dvdec_vp8_if.c368 err = mtk_vcodec_mem_alloc(inst->ctx, mem); in alloc_working_buf()
/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c171 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->work_bufs[i]); in vp8_enc_alloc_work_buf()