Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.c30 struct intbuf { struct
93 struct intbuf *buf; in venus_helper_queue_dpb_bufs()
115 struct intbuf *buf, *n; in venus_helper_free_dpb_bufs()
138 struct intbuf *buf; in venus_helper_alloc_dpb_bufs()
197 struct intbuf *buf; in intbufs_set_buffer()
253 struct intbuf *buf, *n; in intbufs_unset_buffers()
292 const unsigned int *intbuf; in intbufs_alloc() local
298 intbuf = intbuf_types_4xx; in intbufs_alloc()
301 intbuf = intbuf_types_1xx; in intbufs_alloc()
305 ret = intbufs_set_buffer(inst, intbuf[i]); in intbufs_alloc()