HomeSort by relevance Sort by last modified time
    Searched refs:YUVVideoSource (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
i420_video_source.h 22 class I420VideoSource : public YUVVideoSource {
27 : YUVVideoSource(file_name, VPX_IMG_FMT_I420, width, height,
yuv_video_source.h 25 class YUVVideoSource : public VideoSource {
27 YUVVideoSource(const std::string &file_name, vpx_img_fmt format,
38 virtual ~YUVVideoSource() {
vp9_motion_vector_test.cc 85 video.reset(new libvpx_test::YUVVideoSource(
vp9_arf_freq_test.cc 198 video.reset(new libvpx_test::YUVVideoSource(
vp9_end_to_end_test.cc 162 video.reset(new libvpx_test::YUVVideoSource(

Completed in 145 milliseconds