Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_if.c129 struct mtk_vcodec_mem pred_buf; member
144 inst->pred_buf.size = BUF_PREDICTION_SZ; in allocate_predication_buf()
145 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
151 inst->vsi->pred_buf_dma = inst->pred_buf.dma_addr; in allocate_predication_buf()
162 mem = &inst->pred_buf; in free_predication_buf()
Dvdec_h264_req_if.c88 struct mtk_vcodec_mem pred_buf; member
162 inst->pred_buf.size = BUF_PREDICTION_SZ; in allocate_predication_buf()
163 err = mtk_vcodec_mem_alloc(inst->ctx, &inst->pred_buf); in allocate_predication_buf()
169 inst->vsi_ctx.pred_buf_dma = inst->pred_buf.dma_addr; in allocate_predication_buf()
175 struct mtk_vcodec_mem *mem = &inst->pred_buf; in free_predication_buf()
Dvdec_h264_req_multi_if.c157 struct mtk_vcodec_mem pred_buf; member