Home | History | Annotate | Download | only in test

Lines Matching refs:VideoFormat

58 const VideoFormat g_specific_fmt_list[] =
60 /*VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', '2', '5')),
61 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', '5', '0')),
62 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', 'c', ' ')),
63 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', 'h', '1')),
64 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', 'h', 'd')),
65 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', 's', 'd')),
66 VideoFormat("wmv", CV_FOURCC_MACRO('d', 'v', 's', 'l')),
67 VideoFormat("wmv", CV_FOURCC_MACRO('H', '2', '6', '3')),
68 VideoFormat("wmv", CV_FOURCC_MACRO('M', '4', 'S', '2')),
69 VideoFormat("avi", CV_FOURCC_MACRO('M', 'J', 'P', 'G')),
70 VideoFormat("mp4", CV_FOURCC_MACRO('M', 'P', '4', 'S')),
71 VideoFormat("mp4", CV_FOURCC_MACRO('M', 'P', '4', 'V')),
72 VideoFormat("wmv", CV_FOURCC_MACRO('M', 'P', '4', '3')),
73 VideoFormat("wmv", CV_FOURCC_MACRO('M', 'P', 'G', '1')),
74 VideoFormat("wmv", CV_FOURCC_MACRO('M', 'S', 'S', '1')),
75 VideoFormat("wmv", CV_FOURCC_MACRO('M', 'S', 'S', '2')),*/
77 VideoFormat("wmv", CV_FOURCC_MACRO('W', 'M', 'V', '1')),
78 VideoFormat("wmv", CV_FOURCC_MACRO('W', 'M', 'V', '2')),
80 VideoFormat("wmv", CV_FOURCC_MACRO('W', 'M', 'V', '3')),
81 VideoFormat("avi", CV_FOURCC_MACRO('H', '2', '6', '4')),
82 //VideoFormat("wmv", CV_FOURCC_MACRO('W', 'V', 'C', '1')),
83 VideoFormat()
86 const VideoFormat g_specific_fmt_list[] =
88 VideoFormat("avi", VideoWriter::fourcc('X', 'V', 'I', 'D')),
89 VideoFormat("avi", VideoWriter::fourcc('M', 'P', 'E', 'G')),
90 VideoFormat("avi", VideoWriter::fourcc('M', 'J', 'P', 'G')),
91 //VideoFormat("avi", VideoWriter::fourcc('I', 'Y', 'U', 'V')),
92 VideoFormat("mkv", VideoWriter::fourcc('X', 'V', 'I', 'D')),
93 VideoFormat("mkv", VideoWriter::fourcc('M', 'P', 'E', 'G')),
94 VideoFormat("mkv", VideoWriter::fourcc('M', 'J', 'P', 'G')),
96 VideoFormat("mov", VideoWriter::fourcc('m', 'p', '4', 'v')),
98 VideoFormat()
108 void VideoTest (const string& dir, const cvtest::VideoFormat& fmt);
110 void SpecificVideoTest (const string& dir, const cvtest::VideoFormat& fmt);
256 void CV_VideoIOTest::VideoTest(const string& dir, const cvtest::VideoFormat& fmt)
428 void CV_VideoIOTest::SpecificVideoTest(const string& dir, const cvtest::VideoFormat& fmt)
560 const cvtest::VideoFormat& fmt = cvtest::g_specific_fmt_list[i];
571 const cvtest::VideoFormat& fmt = cvtest::g_specific_fmt_list[i];