Home
last modified time | relevance | path

Searched refs:IVFVideoSource (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Divf_video_source.h29 class IVFVideoSource : public CompressedVideoSource {
31 explicit IVFVideoSource(const std::string &file_name) in IVFVideoSource() function
40 virtual ~IVFVideoSource() { in ~IVFVideoSource()
Dvp9_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf"); in TEST()
Dvp8_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST()
Dinvalid_file_test.cc95 video = new libvpx_test::IVFVideoSource(filename); in RunTest()
Dtest_vector_test.cc111 video = new libvpx_test::IVFVideoSource(filename); in TEST_P()
Ddecode_api_test.cc128 libvpx_test::IVFVideoSource video(filename); in TEST()
Ddecode_perf_test.cc239 libvpx_test::IVFVideoSource decode_video(kNewEncodeOutputFile); in TEST_P()
Dexternal_frame_buffer_test.cc379 video = new libvpx_test::IVFVideoSource(filename); in TEST_P()