Home
last modified time | relevance | path

Searched refs:OpenYuvFile (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_tools/
Dvideo_file_reader.h69 rtc::scoped_refptr<Video> OpenYuvFile(const std::string& file_name,
Dvideo_file_reader.cc231 rtc::scoped_refptr<Video> OpenYuvFile(const std::string& file_name, in OpenYuvFile() function
277 return OpenYuvFile(file_name, width, height); in OpenYuvOrY4mFile()
Dvideo_file_reader_unittest.cc98 video = webrtc::test::OpenYuvFile(filename, 6, 4); in SetUp()
Dvideo_file_writer_unittest.cc88 webrtc::test::OpenYuvFile(written_video_filename_, width, height); in WriteVideoYuv()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner_unittest.cc27 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()
Dvideo_color_aligner_unittest.cc49 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()
Dvideo_geometry_aligner_unittest.cc28 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()