• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * v4l-test: Test environment for Video For Linux Two API
3  *
4  *  1 Jan 2009  0.3  Added index=S32_MAX and S32_MAX+1
5  * 22 Dec 2008  0.2  Test case with NULL parameter added
6  * 18 Dec 2008  0.1  First release
7  *
8  * Written by M�rton N�meth <nm127@freemail.hu>
9  * Released under GPL
10  */
11 
12 void test_VIDIOC_ENUMSTD(void);
13 void test_VIDIOC_ENUMSTD_S32_MAX(void);
14 void test_VIDIOC_ENUMSTD_S32_MAX_1(void);
15 void test_VIDIOC_ENUMSTD_U32_MAX(void);
16 void test_VIDIOC_ENUMSTD_3(void);
17 void test_VIDIOC_ENUMSTD_NULL(void);
18