Home | History | Annotate | Download | only in libhwc

Lines Matching refs:reqbuf

487     struct v4l2_requestbuffers reqbuf;
488 memset(&reqbuf, 0, sizeof(reqbuf));
489 reqbuf.count = NUM_HDMI_BUFFERS;
490 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
491 reqbuf.memory = V4L2_MEMORY_DMABUF;
492 if (exynos_v4l2_reqbufs(hl.fd, &reqbuf) < 0) {
497 if (reqbuf.count != NUM_HDMI_BUFFERS) {
527 struct v4l2_requestbuffers reqbuf;
528 memset(&reqbuf, 0, sizeof(reqbuf));
529 reqbuf.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
530 reqbuf.memory = V4L2_MEMORY_DMABUF;
531 if (exynos_v4l2_reqbufs(hl.fd, &reqbuf) < 0)