HomeSort by relevance Sort by last modified time
    Searched refs:EqualFrames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 22 bool EqualFrames(const I420VideoFrame& frame1,
122 EXPECT_TRUE(EqualFrames(frame1, frame2));
145 EXPECT_TRUE(EqualFrames(frame1, *frame2));
243 EXPECT_TRUE(EqualFrames(frame1_copy, frame2));
244 EXPECT_TRUE(EqualFrames(frame2_copy, frame1));
258 bool EqualFrames(const I420VideoFrame& frame1,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer_unittest.cc 42 bool EqualFrames(const I420VideoFrame& frame1,
198 bool EqualFrames(const I420VideoFrame& frame1,
240 if (!EqualFrames(*frames1[i], *frames2[i]))

Completed in 164 milliseconds