Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner_unittest.cc36 ReorderVideo(reference_video, std::vector<size_t>()); in TEST_F()
57 rtc::scoped_refptr<Video> test_video = ReorderVideo(reference_video, indices); in TEST_F()
71 rtc::scoped_refptr<Video> test_video = ReorderVideo(reference_video, indices); in TEST_F()
96 rtc::scoped_refptr<Video> test_video = ReorderVideo(reference_video, indices); in TEST_F()
116 rtc::scoped_refptr<Video> test_video = ReorderVideo(reference_video, indices); in TEST_F()
Dvideo_temporal_aligner.h38 rtc::scoped_refptr<Video> ReorderVideo(const rtc::scoped_refptr<Video>& video,
Dvideo_temporal_aligner.cc217 rtc::scoped_refptr<Video> ReorderVideo(const rtc::scoped_refptr<Video>& video, in ReorderVideo() function
232 return ReorderVideo(reference_video, indices); in GenerateAlignedReferenceVideo()
Dframe_analyzer.cc127 AdjustCropping(ReorderVideo(reference_video, matching_indices), in main()