Home
last modified time | relevance | path

Searched refs:v4lfd (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dv4l.c125 static int v4lfd; in attach() local
140 v4lfd = v4l1_open (devname, O_RDWR); in attach()
141 if (v4lfd != -1) in attach()
143 if (v4l1_ioctl (v4lfd, VIDIOCGCAP, &capability) == -1) in attach()
147 v4lfd, devname, strerror (errno)); in attach()
148 v4l1_close (v4lfd); in attach()
155 v4l1_close (v4lfd); in attach()
160 v4l1_close (v4lfd); in attach()
523 static int v4lfd; in sane_open() local
550 v4lfd in sane_open()
[all...]

Completed in 2 milliseconds