Searched refs:CompareFrames (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
H A Dvideo_processing_unittest.cc53 static bool CompareFrames(const webrtc::VideoFrame& frame1,
152 EXPECT_TRUE(CompareFrames(video_frame_, video_frame2));
164 EXPECT_TRUE(CompareFrames(video_frame_, video_frame2));
380 bool CompareFrames(const webrtc::VideoFrame& frame1, function in namespace:webrtc
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc65 static bool CompareFrames(const webrtc::VideoFrame& frame1, function
177 return CompareFrames(last_frame_, frame);
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.cc381 return static_cast<VideoAnalyzer*>(obj)->CompareFrames();
384 bool CompareFrames() { function in class:webrtc::VideoAnalyzer

Completed in 219 milliseconds