Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.h59 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst);
H A Dhelpers.c162 int venus_helper_alloc_dpb_bufs(struct venus_inst *inst) in venus_helper_alloc_dpb_bufs() function
231 EXPORT_SYMBOL_GPL(venus_helper_alloc_dpb_bufs);
H A Dvdec.c1073 ret = venus_helper_alloc_dpb_bufs(inst); in vdec_start_capture()