Home
last modified time | relevance | path

Searched refs:dpbbufs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c114 list_for_each_entry_safe(buf, next, &inst->dpbbufs, list) { in venus_helper_queue_dpb_bufs()
149 list_for_each_entry_safe(buf, n, &inst->dpbbufs, list) { in venus_helper_free_dpb_bufs()
155 if (list_empty(&inst->dpbbufs)) in venus_helper_free_dpb_bufs()
156 INIT_LIST_HEAD(&inst->dpbbufs); in venus_helper_free_dpb_bufs()
221 list_add_tail(&buf->list, &inst->dpbbufs); in venus_helper_alloc_dpb_bufs()
1436 list_for_each_entry(dpb_buf, &inst->dpbbufs, list) in venus_helper_change_dpb_owner()
H A Dcore.h447 struct list_head dpbbufs; member
H A Dvenc.c1448 INIT_LIST_HEAD(&inst->dpbbufs); in venc_open()
H A Dvdec.c1675 INIT_LIST_HEAD(&inst->dpbbufs); in vdec_open()