Home
last modified time | relevance | path

Searched refs:YUVVideoSource (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Di420_video_source.h22 class I420VideoSource : public YUVVideoSource {
28 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, in I420VideoSource()
Dyuv_video_source.h25 class YUVVideoSource : public VideoSource {
27 YUVVideoSource(const std::string &file_name, vpx_img_fmt format, in YUVVideoSource() function
46 virtual ~YUVVideoSource() { in ~YUVVideoSource()
Dvp9_end_to_end_test.cc172 video = new libvpx_test::YUVVideoSource(test_video_param_.filename, in TEST_P()
Dvp9_arf_freq_test.cc208 video = new libvpx_test::YUVVideoSource(test_video_param_.filename, in TEST_P()