Searched refs:VIDIOC_EXPBUF (Results 1 – 9 of 9) sorted by relevance
248 if (Ioctl(VIDIOC_EXPBUF, &expbuf) != 0) { in GetDmabufsForV4L2Buffer()
61 if (ioctl(v4lfd, VIDIOC_EXPBUF, &expbuf) == -1) { in buffer_export()
501 if (io_control (VIDIOC_EXPBUF, &expbuf) < 0) { in allocate_buffer()
953 VIDIOC_EXPBUF = 3225441808
37 ioctl$VIDIOC_EXPBUF(fd fd_video, cmd const[VIDIOC_EXPBUF], arg ptr[inout, v4l2_exportbuffer])
2373 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer) macro