Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2-utils.c125 static const gchar *dev_base[] = { "/dev/video", "/dev/v4l2/video", NULL }; in gst_v4l2_iterator_next() local
139 if (dev_base[it->base_idx] == NULL) { in gst_v4l2_iterator_next()
144 device = g_strdup_printf ("%s%d", dev_base[it->base_idx], it->video_idx); in gst_v4l2_iterator_next()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h22298 u8 dev_base; member