Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/test/
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
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc65 static bool CompareFrames(const webrtc::VideoFrame& frame1, in CompareFrames() function
177 return CompareFrames(last_frame_, frame); in CompareLastFrame()
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc381 return static_cast<VideoAnalyzer*>(obj)->CompareFrames(); in FrameComparisonThread()
384 bool CompareFrames() { in CompareFrames() function in webrtc::VideoAnalyzer