Home | History | Annotate | Download | only in libgscaler

Lines Matching refs:reqbuf

1387     struct v4l2_requestbuffers reqbuf;
1606 reqbuf.type = fmt.type;
1607 reqbuf.memory = V4L2_MEMORY_DMABUF;
1608 reqbuf.count = MAX_BUFFERS_GSCALER_OUT;
1610 reqbuf) < 0) {
1713 struct v4l2_requestbuffers reqbuf;
1738 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1739 reqbuf.memory = V4L2_MEMORY_DMABUF;
1740 reqbuf.count = 0;
1742 if (exynos_v4l2_reqbufs(gsc_handle->gsc_vd_entity->fd, &reqbuf) < 0) {