Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhelpers.c85 list_for_each_entry(buf, &inst->dpbbufs, list) { in venus_helper_queue_dpb_bufs()
107 list_for_each_entry_safe(buf, n, &inst->dpbbufs, list) { in venus_helper_free_dpb_bufs()
114 INIT_LIST_HEAD(&inst->dpbbufs); in venus_helper_free_dpb_bufs()
170 list_add_tail(&buf->list, &inst->dpbbufs); in venus_helper_alloc_dpb_bufs()
H A Dcore.h358 struct list_head dpbbufs; member
H A Dvenc.c1055 INIT_LIST_HEAD(&inst->dpbbufs); in venc_open()
H A Dvdec.c1477 INIT_LIST_HEAD(&inst->dpbbufs); in vdec_open()