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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 283 EXPECT_TRUE(IsSize(frame1, kWidth, kHeight));
295 EXPECT_TRUE(IsSize(frame2, kWidth, kHeight));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 382 static bool IsSize(const cricket::VideoFrame& frame,
422 return IsSize(frame, width, height) &&
    [all...]

Completed in 66 milliseconds