Home
last modified time | relevance | path

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

/hardware/ti/omap3/liboverlay/
Dv4l2_utils.c497 int v4l2_overlay_req_buf(int fd, uint32_t *num_bufs, int cacheable_buffers) in v4l2_overlay_req_buf() argument
505 reqbuf.count = *num_bufs; in v4l2_overlay_req_buf()
513 if (reqbuf.count > *num_bufs) { in v4l2_overlay_req_buf()
517 *num_bufs = reqbuf.count; in v4l2_overlay_req_buf()
Dv4l2_utils.h9 int v4l2_overlay_req_buf(int fd, uint32_t *num_bufs, int cacheable_buffers);