Searched refs:OpenYuvFile (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/rtc_tools/ |
D | video_file_reader.h | 69 rtc::scoped_refptr<Video> OpenYuvFile(const std::string& file_name,
|
D | video_file_reader.cc | 231 rtc::scoped_refptr<Video> OpenYuvFile(const std::string& file_name, in OpenYuvFile() function 277 return OpenYuvFile(file_name, width, height); in OpenYuvOrY4mFile()
|
D | video_file_reader_unittest.cc | 98 video = webrtc::test::OpenYuvFile(filename, 6, 4); in SetUp()
|
D | video_file_writer_unittest.cc | 88 webrtc::test::OpenYuvFile(written_video_filename_, width, height); in WriteVideoYuv()
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_temporal_aligner_unittest.cc | 27 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()
|
D | video_color_aligner_unittest.cc | 49 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()
|
D | video_geometry_aligner_unittest.cc | 28 OpenYuvFile(ResourcePath("foreman_128x96", "yuv"), 128, 96); in SetUp()
|