Home | History | Annotate | Download | only in user_space
      1 /*
      2  * v4l-test: Test environment for Video For Linux Two API
      3  *
      4  *  7 Mar 2009  0.3  Test cases added for VIDIOC_S_CROP
      5  * 13 Feb 2009  0.2  Test cases added for VIDIOC_G_CROP
      6  *  7 Feb 2009  0.1  First release
      7  *
      8  * Written by Mrton Nmeth <nm127 (at) freemail.hu>
      9  * Released under GPL
     10  */
     11 
     12 void test_VIDIOC_G_CROP(void);
     13 void test_VIDIOC_G_CROP_invalid(void);
     14 void test_VIDIOC_G_CROP_NULL(void);
     15 void test_VIDIOC_S_CROP(void);
     16 void test_VIDIOC_S_CROP_invalid(void);
     17 void test_VIDIOC_S_CROP_NULL(void);
     18