Searched refs:CompareFrames (Results 1 – 3 of 3) sorted by relevance
53 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
65 static bool CompareFrames(const webrtc::VideoFrame& frame1, in CompareFrames() function177 return CompareFrames(last_frame_, frame); in CompareLastFrame()
381 return static_cast<VideoAnalyzer*>(obj)->CompareFrames(); in FrameComparisonThread()384 bool CompareFrames() { in CompareFrames() function in webrtc::VideoAnalyzer