Home
last modified time | relevance | path

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

/openbsd/regress/sys/dev/video/
H A Dvideotest.c77 int test_capture(char *, char *, int, int);
143 r = test_capture(dev_name, dev_full, ACCESS_READ, POLL_NO); in main()
147 r = test_capture(dev_name, dev_full, ACCESS_READ, POLL_YES); in main()
151 r = test_capture(dev_name, dev_full, ACCESS_MMAP, POLL_NO); in main()
155 r = test_capture(dev_name, dev_full, ACCESS_MMAP, POLL_YES); in main()
280 test_capture(char *dev_name, char *dev_full, int access, int use_poll) in test_capture() function