Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_svc_test.cc58 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
75 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
92 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
110 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
Divf_video_source.h29 class IVFVideoSource : public CompressedVideoSource {
31 explicit IVFVideoSource(const std::string &file_name) in IVFVideoSource() function
35 virtual ~IVFVideoSource() { in ~IVFVideoSource()
Dvp9_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf"); in TEST()
Dvp8_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST()
Dinvalid_file_test.cc95 video.reset(new libvpx_test::IVFVideoSource(filename)); in RunTest()
Dtest_vector_test.cc130 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
Ddecode_perf_test.cc229 libvpx_test::IVFVideoSource decode_video(kNewEncodeOutputFile); in TEST_P()
Ddecode_api_test.cc119 libvpx_test::IVFVideoSource video(filename); in TEST()
Dexternal_frame_buffer_test.cc398 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
/external/libaom/libaom/test/
Divf_video_source.h33 class IVFVideoSource : public CompressedVideoSource {
35 explicit IVFVideoSource(const std::string &file_name) in IVFVideoSource() function
39 virtual ~IVFVideoSource() { in ~IVFVideoSource()
Dinvalid_file_test.cc107 libaom_test::IVFVideoSource decode_video(filename); in RunTest()
Dtest_vector_test.cc123 video.reset(new libaom_test::IVFVideoSource(filename)); in TEST_P()
Dexternal_frame_buffer_test.cc380 video_ = new libaom_test::IVFVideoSource(kAV1NonRefTestFile); in SetUp()
417 video.reset(new libaom_test::IVFVideoSource(filename)); in TEST_P()
Ddecode_perf_test.cc212 libaom_test::IVFVideoSource decode_video(kNewEncodeOutputFile); in TEST_P()