Home
last modified time | relevance | path

Searched refs:pred_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_if.c128 struct mtk_vcodec_mem pred_buf; member
143 inst->pred_buf.size = BUF_PREDICTION_SZ; in allocate_predication_buf()
144 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
150 inst->vsi->pred_buf_dma = inst->pred_buf.dma_addr; in allocate_predication_buf()
159 mem = &inst->pred_buf; in free_predication_buf()
H A Dvdec_h264_req_if.c87 struct mtk_vcodec_mem pred_buf; member
161 inst->pred_buf.size = BUF_PREDICTION_SZ; in allocate_predication_buf()
162 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
168 inst->vsi_ctx.pred_buf_dma = inst->pred_buf.dma_addr; in allocate_predication_buf()
174 struct mtk_vcodec_mem *mem = &inst->pred_buf; in free_predication_buf()
H A Dvdec_h264_req_multi_if.c156 struct mtk_vcodec_mem pred_buf; member