Searched refs:ReorderVideo (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_temporal_aligner_unittest.cc | 36 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()
|
D | video_temporal_aligner.h | 38 rtc::scoped_refptr<Video> ReorderVideo(const rtc::scoped_refptr<Video>& video,
|
D | video_temporal_aligner.cc | 217 rtc::scoped_refptr<Video> ReorderVideo(const rtc::scoped_refptr<Video>& video, in ReorderVideo() function 232 return ReorderVideo(reference_video, indices); in GenerateAlignedReferenceVideo()
|
D | frame_analyzer.cc | 127 AdjustCropping(ReorderVideo(reference_video, matching_indices), in main()
|