Home | History | Annotate | Download | only in test

Lines Matching defs:video

54       const libvpx_test::CompressedVideoSource &video,
72 << "Results don't match: frame number = " << video.frame_number()
78 << "Results don't match: frame number = " << video.frame_number()
91 // Open compressed video file.
92 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video;
94 video.reset(new libvpx_test::IVFVideoSource(filename));
97 video.reset(new libvpx_test::WebMVideoSource(filename));
104 ASSERT_TRUE(video.get() != NULL);
105 video->Init();
114 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get(), cfg));
172 libvpx_test::CompressedVideoSource * /*video*/,