Lines Matching refs:bufreq
130 struct hfi_buffer_requirements bufreq; in venus_helper_alloc_dpb_bufs() local
150 ret = venus_helper_get_bufreq(inst, buftype, &bufreq); in venus_helper_alloc_dpb_bufs()
154 count = HFI_BUFREQ_COUNT_MIN(&bufreq, ver); in venus_helper_alloc_dpb_bufs()
190 struct hfi_buffer_requirements bufreq; in intbufs_set_buffer() local
196 ret = venus_helper_get_bufreq(inst, type, &bufreq); in intbufs_set_buffer()
200 if (!bufreq.size) in intbufs_set_buffer()
203 for (i = 0; i < bufreq.count_actual; i++) { in intbufs_set_buffer()
210 buf->type = bufreq.type; in intbufs_set_buffer()
211 buf->size = bufreq.size; in intbufs_set_buffer()
582 if (!hfi_plat || !hfi_plat->bufreq) in platform_get_bufreq()
612 return hfi_plat->bufreq(¶ms, inst->session_type, buftype, req); in platform_get_bufreq()
637 if (hprop.bufreq[i].type != type) in venus_helper_get_bufreq()
641 memcpy(req, &hprop.bufreq[i], sizeof(*req)); in venus_helper_get_bufreq()