Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dwebm_video_source.h25 class WebMVideoSource : public CompressedVideoSource {
27 explicit WebMVideoSource(const std::string &file_name) in WebMVideoSource() function
37 virtual ~WebMVideoSource() { in ~WebMVideoSource()
Dbyte_alignment_test.cc64 video_ = new libvpx_test::WebMVideoSource(kVP9TestFile); in SetUp()
159 libvpx_test::WebMVideoSource *video_;
Dvp9_frame_parallel_test.cc44 libvpx_test::WebMVideoSource video(filename); in DecodeFileWithPause()
134 libvpx_test::WebMVideoSource video(filename); in DecodeFile()
Dvp9_skip_loopfilter_test.cc43 video_ = new libvpx_test::WebMVideoSource(kVp9TestFile); in Init()
119 libvpx_test::WebMVideoSource *video_;
Dexternal_frame_buffer_test.cc290 video_ = new libvpx_test::WebMVideoSource(kVP9TestFile); in SetUp()
349 libvpx_test::WebMVideoSource *video_;
382 video = new libvpx_test::WebMVideoSource(filename); in TEST_P()
Duser_priv_test.cc47 libvpx_test::WebMVideoSource video(filename); in DecodeFile()
Dinvalid_file_test.cc98 video = new libvpx_test::WebMVideoSource(filename); in RunTest()
Dtest_vector_test.cc114 video = new libvpx_test::WebMVideoSource(filename); in TEST_P()
Ddecode_perf_test.cc80 libvpx_test::WebMVideoSource video(video_name); in TEST_P()
Dvp9_thread_test.cc163 libvpx_test::WebMVideoSource video(filename); in DecodeFile()