Home
last modified time | relevance | path

Searched refs:pred_buf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c121 * @pred_buf : HW working predication buffer
129 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()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c77 * @pred_buf : HW working predication buffer
87 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_if.c120 * @pred_buf : HW working predication buffer
128 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_multi_if.c136 * @pred_buf: HW working predication buffer
156 struct mtk_vcodec_mem pred_buf; member

Completed in 4 milliseconds