Lines Matching refs:vsi
132 struct vdec_h264_vsi *vsi; member
151 inst->vsi->pred_buf_dma = inst->pred_buf.dma_addr; in allocate_predication_buf()
161 inst->vsi->pred_buf_dma = 0; in free_predication_buf()
184 inst->vsi->mv_buf_dma[i] = mem->dma_addr; in alloc_mv_buf()
196 inst->vsi->mv_buf_dma[i] = 0; in free_mv_buf()
207 list = disp_list ? &inst->vsi->list_disp : &inst->vsi->list_free; in check_list_validity()
229 list = &inst->vsi->list_free; in put_fb_to_free()
248 *pic = inst->vsi->pic; in get_pic_info()
257 cr->left = inst->vsi->crop.left; in get_crop_info()
258 cr->top = inst->vsi->crop.top; in get_crop_info()
259 cr->width = inst->vsi->crop.width; in get_crop_info()
260 cr->height = inst->vsi->crop.height; in get_crop_info()
268 *dpb_sz = inst->vsi->dec.dpb_sz; in get_dpb_size()
294 inst->vsi = (struct vdec_h264_vsi *)inst->vpu.vsi; in vdec_h264_init()
380 memcpy(inst->vsi->hdr_buf, buf + nal_start_idx, buf_sz); in vdec_h264_decode()
383 inst->vsi->dec.bs_dma = (uint64_t)bs->dma_addr; in vdec_h264_decode()
384 inst->vsi->dec.y_fb_dma = y_fb_dma; in vdec_h264_decode()
385 inst->vsi->dec.c_fb_dma = c_fb_dma; in vdec_h264_decode()
386 inst->vsi->dec.vdec_fb_va = vdec_fb_va; in vdec_h264_decode()
400 *res_chg = inst->vsi->dec.resolution_changed; in vdec_h264_decode()
407 if (inst->vsi->dec.realloc_mv_buf) { in vdec_h264_decode()
473 vdec_h264_get_fb(inst, &inst->vsi->list_disp, true, out); in vdec_h264_get_param()
477 vdec_h264_get_fb(inst, &inst->vsi->list_free, false, out); in vdec_h264_get_param()